Skip to content

Commit b50d1c7

Browse files
committed
Temporarily allow rustdoc warnings for a try build
1 parent d1de799 commit b50d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ impl<'a> Builder<'a> {
732732
.env("RUSTC_BOOTSTRAP", "1")
733733
.arg("-Winvalid_codeblock_attributes");
734734
if self.config.deny_warnings {
735-
cmd.arg("-Dwarnings");
735+
//cmd.arg("-Dwarnings");
736736
}
737737

738738
// Remove make-related flags that can cause jobserver problems.

0 commit comments

Comments
 (0)