Do not show progress with parallel analysis
This commit is contained in:
parent
7204374719
commit
e9983f98a9
@ -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…
x
Reference in New Issue
Block a user