Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8df286c

Browse files
committed
remove unnecessary -Zunstable-options
1 parent c602115 commit 8df286c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/src/core/builder.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,8 +1407,6 @@ impl<'a> Builder<'a> {
14071407
// so it has no way of knowing the sysroot.
14081408
rustflags.arg("--sysroot");
14091409
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");
14121410
}
14131411

14141412
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {

0 commit comments

Comments
 (0)