mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +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 {
|
||||
read_stat: Default::default(),
|
||||
write_stat: Default::default(),
|
||||
duration: duration,
|
||||
duration,
|
||||
complete: false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue