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