We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1be64f3 + 1b283d4 commit b9311b4Copy full SHA for b9311b4
src/bootstrap/builder.rs
@@ -1342,12 +1342,6 @@ impl<'a> Builder<'a> {
1342
rustdocflags.arg("-Dwarnings");
1343
}
1344
1345
- // FIXME(#58633) hide "unused attribute" errors in incremental
1346
- // builds of the standard library, as the underlying checks are
1347
- // not yet properly integrated with incremental recompilation.
1348
- if mode == Mode::Std && compiler.stage == 0 && self.config.incremental {
1349
- lint_flags.push("-Aunused-attributes");
1350
- }
1351
// This does not use RUSTFLAGS due to caching issues with Cargo.
1352
// Clippy is treated as an "in tree" tool, but shares the same
1353
// cache as other "submodule" tools. With these options set in
0 commit comments