mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
clippy: Fix clippy lints
New rustup adds more lints
This commit is contained in:
+2
-2
@@ -120,9 +120,9 @@ pub fn get_metadata(d: &Path, _use_apparent_size: bool) -> Option<(u64, Option<(
|
||||
{
|
||||
Some((md.len(), None))
|
||||
} else {
|
||||
get_metadata_expensive(&d)
|
||||
get_metadata_expensive(d)
|
||||
}
|
||||
}
|
||||
_ => get_metadata_expensive(&d),
|
||||
_ => get_metadata_expensive(d),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user