Function split_code_and_comment [source]

pub(crate) fn split_code_and_comment(line: &str) -> (&str, Option<&str>)