Skip to content

Commit 22d4e16

Browse files
committed
remove unnecessary -Zunstable-options
1 parent a8d1264 commit 22d4e16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/src/core/builder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1406,8 +1406,6 @@ impl<'a> Builder<'a> {
14061406
// so it has no way of knowing the sysroot.
14071407
rustflags.arg("--sysroot");
14081408
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");
14111409
}
14121410

14131411
let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {

0 commit comments

Comments
 (0)