Skip to main content

remove_mut_and_collect_idents

Function remove_mut_and_collect_idents 

Source
fn remove_mut_and_collect_idents(
    editor: &SyntaxEditor,
    pat: &Pat,
    acc: &mut Vec<IdentPat>,
) -> Option<Pat>