analysis-stats: allow parallel type inference

This commit is contained in:
Jonas Schievink
2020-06-30 17:00:17 +02:00
parent 0954d31bee
commit 4602c2eeaa
5 changed files with 43 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ fn main() -> Result<()> {
args::Command::Highlight { rainbow } => cli::highlight(rainbow)?,
args::Command::Stats {
randomize,
parallel,
memory_usage,
only,
with_deps,
@@ -45,6 +46,7 @@ fn main() -> Result<()> {
only.as_ref().map(String::as_ref),
with_deps,
randomize,
parallel,
load_output_dirs,
with_proc_macro,
)?,