Skip to main content

check_arrow

Function check_arrow 

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