mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Do not show progress with parallel analysis
This commit is contained in:
parent
7204374719
commit
e9983f98a9
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ pub fn analysis_stats(
|
|||
|
||||
let mut bar = match verbosity {
|
||||
Verbosity::Quiet | Verbosity::Spammy => ProgressReport::hidden(),
|
||||
_ if parallel => ProgressReport::hidden(),
|
||||
_ => ProgressReport::new(funcs.len() as u64),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue