mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #5617 from cakebaker/ls_remove_allow_unused_vars
ls: remove "#[allow(unused_variables)]"
This commit is contained in:
commit
8b1a82edb9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
/// [`std::path::Path::to_string_lossy`].
|
||||
#[allow(unused_variables)]
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
fn display_file_name(
|
||||
path: &PathData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue