Skip to content

Commit

Permalink
remove unnecessary -Zunstable-options
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Dec 9, 2023
1 parent d9ccd50 commit 3b92376
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/src/core/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,6 @@ impl<'a> Builder<'a> {
// so it has no way of knowing the sysroot.
rustflags.arg("--sysroot");
rustflags.arg(sysroot_str);
// Only run clippy on a very limited subset of crates (in particular, not build scripts).
cargo.arg("-Zunstable-options");
}

let use_new_symbol_mangling = match self.config.rust_new_symbol_mangling {
Expand Down

0 comments on commit 3b92376

Please sign in to comment.