mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
add clippy
This commit is contained in:
parent
1cc3f331e7
commit
21cf0b41ab
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ fn cut_fields_delimiter<R: Read>(
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
fn cut_fields_whitespace<R: Read>(
|
||||
reader: R,
|
||||
ranges: &[Range],
|
||||
|
|
Loading…
Reference in a new issue