Skip to content

Commit 73f3294

Browse files
committed
Rename debugging_opts to unstable_opts
This is no longer used only for debugging options (e.g. `-Zoutput-width`, `-Zallow-features`). Rename it to be more clear.
1 parent 5b7a2d5 commit 73f3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl rustc_driver::Callbacks for ClippyCallbacks {
117117
// run on the unoptimized MIR. On the other hand this results in some false negatives. If
118118
// MIR passes can be enabled / disabled separately, we should figure out, what passes to
119119
// use for Clippy.
120-
config.opts.debugging_opts.mir_opt_level = Some(0);
120+
config.opts.unstable_opts.mir_opt_level = Some(0);
121121
}
122122
}
123123

0 commit comments

Comments
 (0)