add clippy

This commit is contained in:
TechHara 2022-12-13 00:11:01 -05:00
parent 1cc3f331e7
commit 21cf0b41ab

View file

@ -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],