diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-26 21:02:32 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-26 21:02:32 +0000 |
commit | d652e1e67f28c9accc9b98f99085e9509f711d33 (patch) | |
tree | a944c5511d80e5864316a85c8f5b99a146fe18d7 /crates/ra_cli/src/main.rs | |
parent | 7d088a16df5983b9dcf392c7361f19e099e713bf (diff) | |
parent | f0aaf3b2964a26a08be13dcf04f31d5bfe46b2f3 (diff) |
Merge #2422
2422: Use a simple progress bar instead of indicatif r=maklad a=edwin0cheng

Co-authored-by: Edwin Cheng <[email protected]>
Diffstat (limited to 'crates/ra_cli/src/main.rs')
-rw-r--r-- | crates/ra_cli/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_cli/src/main.rs b/crates/ra_cli/src/main.rs index a31fd5d6a..08f353147 100644 --- a/crates/ra_cli/src/main.rs +++ b/crates/ra_cli/src/main.rs | |||
@@ -3,6 +3,7 @@ | |||
3 | mod analysis_stats; | 3 | mod analysis_stats; |
4 | mod analysis_bench; | 4 | mod analysis_bench; |
5 | mod help; | 5 | mod help; |
6 | mod progress_report; | ||
6 | 7 | ||
7 | use std::{error::Error, fmt::Write, io::Read}; | 8 | use std::{error::Error, fmt::Write, io::Read}; |
8 | 9 | ||