mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
remove clippy complex
This commit is contained in:
parent
5867a47f21
commit
db829321fc
1 changed files with 0 additions and 1 deletions
|
@ -264,7 +264,6 @@ 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