mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
remove clippy complex
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user