diff --git a/collector/src/bin/rustc-fake.rs b/collector/src/bin/rustc-fake.rs index 3d48360bf..387fafa41 100644 --- a/collector/src/bin/rustc-fake.rs +++ b/collector/src/bin/rustc-fake.rs @@ -388,10 +388,8 @@ fn main() { } "MonoItems" => { - // Lazy item collection is the default (i.e., without this - // option) let mut cmd = Command::new(tool); - cmd.arg("-Zprint-mono-items=lazy") + cmd.arg("-Zprint-mono-items") .args(args) .stdout(std::process::Stdio::from( std::fs::File::create("mono-items").unwrap(),