Function autocorrect::format_or_lint[][src]

pub fn format_or_lint(
    text: &mut String,
    part: &str,
    correct: bool,
    lint: bool,
    line: usize,
    col: usize
)