mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +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…
Add table
Add a link
Reference in a new issue