Skip to main content

check_use_tree

Function check_use_tree 

Source
fn check_use_tree(
    ctx: &AstCtx<'_>,
    tree: &UseTree,
    mods: &FastSet<String>,
    out: &mut Vec<Violation>,
)