From cf853df2dcf4309049ad3a0ff3ab531aabcb86ec Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 4 Dec 2023 14:48:25 +0100 Subject: [PATCH] ls: remove "#[allow(unused_variables)]" --- src/uu/ls/src/ls.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uu/ls/src/ls.rs b/src/uu/ls/src/ls.rs index cba9cdf53..626e17ca1 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -2946,7 +2946,6 @@ fn classify_file(path: &PathData, out: &mut BufWriter) -> Option { /// /// Note that non-unicode sequences in symlink targets are dealt with using /// [`std::path::Path::to_string_lossy`]. -#[allow(unused_variables)] #[allow(clippy::cognitive_complexity)] fn display_file_name( path: &PathData,