Skip to content

Commit 831bf1e

Browse files
committed
Address #[warn(clippy::redundant_field_names)]
Signed-off-by: hi-rustin <[email protected]>
1 parent 849adb7 commit 831bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/download_tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl DownloadTracker {
6161
term: process().stdout().terminal(),
6262
displayed_charcount: None,
6363
units: vec![Unit::B],
64-
display_progress: display_progress,
64+
display_progress,
6565
}))
6666
}
6767

0 commit comments

Comments
 (0)