mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +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(())
|
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