Skip to main content

find_comment_start

Function find_comment_start 

Source
pub(crate) fn find_comment_start(line: &str) -> Option<&str>
Expand description

Return the portion of line starting from a // comment (may be inline).