mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
Refactor: progress bar: rm unused field
This commit is contained in:
@@ -180,7 +180,6 @@ fn main() {
|
||||
} else {
|
||||
let conf = PConfig {
|
||||
use_iso: iso,
|
||||
ignore_hidden, // can we rm this?
|
||||
};
|
||||
let mut indicator = PIndicator::build_me(conf);
|
||||
indicator.spawn();
|
||||
|
||||
Reference in New Issue
Block a user