mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
progress: fix redundant_field_names
clippy error
This commit is contained in:
parent
d2a0a73a36
commit
c9a95c37b2
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ mod tests {
|
||||||
ProgUpdate {
|
ProgUpdate {
|
||||||
read_stat: Default::default(),
|
read_stat: Default::default(),
|
||||||
write_stat: Default::default(),
|
write_stat: Default::default(),
|
||||||
duration: duration,
|
duration,
|
||||||
complete: false,
|
complete: false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue