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.
1 parent d9ccd50 commit 3b92376Copy full SHA for 3b92376
src/bootstrap/src/core/builder.rs
@@ -1406,8 +1406,6 @@ impl<'a> Builder<'a> {
1406
// so it has no way of knowing the sysroot.
1407
rustflags.arg("--sysroot");
1408
rustflags.arg(sysroot_str);
1409
- // Only run clippy on a very limited subset of crates (in particular, not build scripts).
1410
- cargo.arg("-Zunstable-options");
1411
}
1412
1413
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {
0 commit comments