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