Skip to content

Commit 458b7c6

Browse files
committed
chore: remove no-op par_cull_insignificant_data(0.0) in test
https://claude.ai/code/session_01YKNARZMxcXeYyGZhHMurHA
1 parent 382bd8c commit 458b7c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/usual_cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,6 @@ fn color_always_multiple_args() {
935935
)
936936
})
937937
.into_par_sorted(|left, right| left.size().cmp(&right.size()).reverse());
938-
data_tree.par_cull_insignificant_data(0.0);
939938

940939
let ls_colors = LsColors::from_str(LS_COLORS);
941940
let leaf_colors = [

0 commit comments

Comments
 (0)