Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: empty string literal in `eprintln!` --> src/util.rs:1395:9 | 1395 | eprintln!(""); // newline after progress bar | ^^^^^^^^^^--^ | | | help: remove the empty string | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#println_empty_string = note: `#[warn(clippy::println_empty_string)]` on by default
- Loading branch information