Skip to main content

flatten_one_style_tree

Function flatten_one_style_tree 

Source
fn flatten_one_style_tree(
    subtree: UseTree,
    elements: &mut Vec<UseTree>,
    modified: &mut bool,
    make: &SyntaxFactory,
)