Skip to content

Commit 90ca32a

Browse files
committed
remove unnecessary -Zunstable-options
1 parent 178fdb7 commit 90ca32a

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
@@ -1404,8 +1404,6 @@ impl<'a> Builder<'a> {
14041404
// so it has no way of knowing the sysroot.
14051405
rustflags.arg("--sysroot");
14061406
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");
14091407
}
14101408

14111409
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {

0 commit comments

Comments
 (0)