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:
parent
6c7c4788d8
commit
372ddf9222
2 changed files with 2 additions and 0 deletions
|
@ -269,6 +269,7 @@ fn done_printing(next: f64, step: f64, last: f64) -> bool {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn print_seq(
|
||||
first: f64,
|
||||
step: f64,
|
||||
|
|
|
@ -486,6 +486,7 @@ impl Who {
|
|||
);
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn print_line(
|
||||
&self,
|
||||
user: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue