From 8aaa05ada6169860cd083a24764bc2c5915b220b Mon Sep 17 00:00:00 2001 From: Piotr Wach Date: Sun, 7 Jan 2024 20:39:10 +0000 Subject: clippy --- src/aggregate.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/aggregate.rs') diff --git a/src/aggregate.rs b/src/aggregate.rs index 163a7eb..ec4d5ae 100644 --- a/src/aggregate.rs +++ b/src/aggregate.rs @@ -90,7 +90,6 @@ pub fn aggregate( } else { output_colored_path( &mut out, - &walk_options, &path, num_bytes, num_errors, @@ -111,7 +110,6 @@ pub fn aggregate( for (path, num_bytes, num_errors) in aggregates.into_iter() { output_colored_path( &mut out, - &walk_options, &path, num_bytes, num_errors, @@ -124,7 +122,6 @@ pub fn aggregate( if num_roots > 1 && compute_total { output_colored_path( &mut out, - &walk_options, Path::new("total"), total, res.num_errors, @@ -141,7 +138,6 @@ fn path_color_of(path: impl AsRef) -> Option { fn output_colored_path( out: &mut impl io::Write, - options: &WalkOptions, path: impl AsRef, num_bytes: u128, num_errors: u64, -- cgit v1.2.3