1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

ls: remove "#[allow(unused_variables)]"

This commit is contained in:
Daniel Hofstetter 2023-12-04 14:48:25 +01:00
parent 35548e2137
commit cf853df2dc

View file

@ -2946,7 +2946,6 @@ fn classify_file(path: &PathData, out: &mut BufWriter<Stdout>) -> Option<char> {
/// ///
/// Note that non-unicode sequences in symlink targets are dealt with using /// Note that non-unicode sequences in symlink targets are dealt with using
/// [`std::path::Path::to_string_lossy`]. /// [`std::path::Path::to_string_lossy`].
#[allow(unused_variables)]
#[allow(clippy::cognitive_complexity)] #[allow(clippy::cognitive_complexity)]
fn display_file_name( fn display_file_name(
path: &PathData, path: &PathData,