[all] Apply cargo fmt, and fix clippy warnings
This commit is contained in:
@@ -117,7 +117,7 @@ impl ReportInner for PBInner {
|
||||
fn set_sub_title(&mut self, txt: &str) {
|
||||
//let mut fmt = "".to_string(); //Checking thin metadata".to_string(); //self.title.clone();
|
||||
let mut fmt = "Checking thin metadata [{bar:40}] Remaining {eta}, ".to_string();
|
||||
fmt.push_str(&txt);
|
||||
fmt.push_str(txt);
|
||||
self.bar.set_style(
|
||||
ProgressStyle::default_bar()
|
||||
.template(&fmt)
|
||||
|
||||
Reference in New Issue
Block a user