Skip to main content

recursive_normalize

Function recursive_normalize 

Source
fn recursive_normalize(
    use_tree: UseTree,
    style: NormalizationStyle,
    make: &SyntaxFactory,
) -> Option<UseTree>
Expand description

Recursively normalizes a use tree and its subtrees (if any).