We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[warn(clippy::redundant_field_names)]
1 parent 849adb7 commit 831bf1eCopy full SHA for 831bf1e
src/cli/download_tracker.rs
@@ -61,7 +61,7 @@ impl DownloadTracker {
61
term: process().stdout().terminal(),
62
displayed_charcount: None,
63
units: vec![Unit::B],
64
- display_progress: display_progress,
+ display_progress,
65
}))
66
}
67
0 commit comments