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