diff --git a/src/bin/collect.rs b/src/bin/collect.rs index 08d0768c7..5feaa3d84 100644 --- a/src/bin/collect.rs +++ b/src/bin/collect.rs @@ -290,6 +290,7 @@ impl Commands { if recur { Commands::iter() .filter(|c| !matches!(c, Commands::LlvmLines)) + .filter(|c| !matches!(c, Commands::CrateCompileTime)) .flat_map(|command| command.to_metrics(false)) .collect() } else {