Skip to content

Commit 8b1a82e

Browse files
authored
Merge pull request #5617 from cakebaker/ls_remove_allow_unused_vars
ls: remove "#[allow(unused_variables)]"
2 parents 35548e2 + cf853df commit 8b1a82e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/uu/ls/src/ls.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,6 @@ fn classify_file(path: &PathData, out: &mut BufWriter<Stdout>) -> Option<char> {
29462946
///
29472947
/// Note that non-unicode sequences in symlink targets are dealt with using
29482948
/// [`std::path::Path::to_string_lossy`].
2949-
#[allow(unused_variables)]
29502949
#[allow(clippy::cognitive_complexity)]
29512950
fn display_file_name(
29522951
path: &PathData,

0 commit comments

Comments
 (0)