box sub error types

This commit is contained in:
Robin Appelman 2023-03-21 20:06:53 +01:00
commit a90cb67dc2
4 changed files with 18 additions and 5 deletions

View file

@ -19,7 +19,7 @@ fn main() -> Result<(), MainError> {
let start = Instant::now();
let style = ProgressStyle::with_template(
"[{elapsed_precise}] {wide_bar:.cyan/blue} {per_sec:!} {pos:>7}/{len:7}",
"[{elapsed_precise}] {wide_bar:.cyan/blue} {per_sec:!} {pos:>7}/{len:7} [{eta}]",
)
.unwrap();