We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfbbea commit 947bde5Copy full SHA for 947bde5
tests/usual_cli.rs
@@ -627,7 +627,7 @@ fn multiple_names() {
627
children.collect(),
628
)
629
})
630
- .pipe(|tree| tree.into_par_sorted(|left, right| left.data().cmp(&right.data()).reverse()));
+ .into_par_sorted(|left, right| left.data().cmp(&right.data()).reverse());
631
data_tree.par_cull_insignificant_data(0.01);
632
let visualizer = Visualizer::<OsStringDisplay, _> {
633
data_tree: &data_tree,
0 commit comments