We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
some_option.unwrap_or(...)
1 parent 3043a7b commit ae288dfCopy full SHA for ae288df
src/driver.rs
@@ -85,7 +85,7 @@ impl rustc_driver::Callbacks for ClippyCallbacks {
85
// run on the unoptimized MIR. On the other hand this results in some false negatives. If
86
// MIR passes can be enabled / disabled separately, we should figure out, what passes to
87
// use for Clippy.
88
- config.opts.debugging_opts.mir_opt_level = Some(0);
+ config.opts.debugging_opts.mir_opt_level = 0;
89
}
90
91
0 commit comments