Skip to main content

check_comments

Function check_comments 

Source
fn check_comments(
    rel: &str,
    block: &[(usize, &str)],
    marker_line: usize,
    out: &mut Vec<Violation>,
)