mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(clippy::cognitive_complexity)]
|
|
||||||
fn cut_fields_whitespace<R: Read>(
|
fn cut_fields_whitespace<R: Read>(
|
||||||
reader: R,
|
reader: R,
|
||||||
ranges: &[Range],
|
ranges: &[Range],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue