Skip to content

Commit 2cdc3a4

Browse files
committed
Disable more -Dwarnings
1 parent b50d1c7 commit 2cdc3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,8 @@ impl<'a> Builder<'a> {
12161216
lint_flags.push("-Wunused_lifetimes");
12171217

12181218
if self.config.deny_warnings {
1219-
lint_flags.push("-Dwarnings");
1220-
rustdocflags.arg("-Dwarnings");
1219+
//lint_flags.push("-Dwarnings");
1220+
//rustdocflags.arg("-Dwarnings");
12211221
}
12221222

12231223
// FIXME(#58633) hide "unused attribute" errors in incremental

0 commit comments

Comments
 (0)