1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

refactor/polish ~ fix cargo clippy complaints (allow too_many_args)

This commit is contained in:
Roy Ivy III 2019-12-25 18:36:25 -06:00
parent 6c7c4788d8
commit 372ddf9222
2 changed files with 2 additions and 0 deletions

View file

@ -269,6 +269,7 @@ fn done_printing(next: f64, step: f64, last: f64) -> bool {
} }
} }
#[allow(clippy::too_many_arguments)]
fn print_seq( fn print_seq(
first: f64, first: f64,
step: f64, step: f64,

View file

@ -486,6 +486,7 @@ impl Who {
); );
} }
#[allow(clippy::too_many_arguments)]
fn print_line( fn print_line(
&self, &self,
user: &str, user: &str,