We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eee0bf4 + 73f3294 commit 44f25baCopy full SHA for 44f25ba
src/driver.rs
@@ -117,7 +117,7 @@ impl rustc_driver::Callbacks for ClippyCallbacks {
117
// run on the unoptimized MIR. On the other hand this results in some false negatives. If
118
// MIR passes can be enabled / disabled separately, we should figure out, what passes to
119
// use for Clippy.
120
- config.opts.debugging_opts.mir_opt_level = Some(0);
+ config.opts.unstable_opts.mir_opt_level = Some(0);
121
}
122
123
0 commit comments