Skip to content

Commit e9983f9

Browse files
committed
Do not show progress with parallel analysis
1 parent 7204374 commit e9983f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rust-analyzer/src/cli/analysis_stats.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ pub fn analysis_stats(
120120

121121
let mut bar = match verbosity {
122122
Verbosity::Quiet | Verbosity::Spammy => ProgressReport::hidden(),
123+
_ if parallel => ProgressReport::hidden(),
123124
_ => ProgressReport::new(funcs.len() as u64),
124125
};
125126

0 commit comments

Comments
 (0)