pub fn push_right_tidy_tree(
    tree: &mut ArenaTree<String>,
    left_tree: usize,
    right_tree: usize,
    options: &Options,
    config: &Config
)
Expand description

Check for conficts between subtrees and shift conflicting right-hand subtrees to the right in order to solve detected conflicts in the “tidy” context.