Skip to main content

fixes

Function fixes 

Source
fn fixes(
    db: &RootDatabase,
    var_name: Name,
    name_range: TextRange,
    diagnostic_range: FileRange,
    is_in_marco: bool,
    is_shorthand_field: bool,
    edition: Edition,
) -> Option<Vec<Assist>>