Skip to main content

collect_fixes

Function collect_fixes 

Source
fn collect_fixes(
    analysis: &mut Analysis,
    rel: &str,
    violations: &[Violation],
    fix: impl Fn(&Violation) -> Option<Fix>,
)