pub(crate) fn find_comment_start(line: &str) -> Option<&str>
Return the portion of line starting from a // comment (may be inline).
line
//