]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/doc.rs
Fix typo in source-based-code-coverage.md
[rust.git] / src / bootstrap / doc.rs
index 2d60bb0a4bde23d1a0b655e771f5b0bfbb0ea4e8..8c849846676f0e386103c2b604e161b02ed6a4c2 100644 (file)
@@ -530,10 +530,7 @@ fn run(self, builder: &Builder<'_>) {
         cargo.rustdocflag("--document-private-items");
         cargo.rustdocflag("--enable-index-page");
         cargo.rustdocflag("-Zunstable-options");
-        // cfg(not(bootstrap)), can be removed on the next beta bump
-        if stage != 0 {
-            cargo.rustdocflag("-Znormalize-docs");
-        }
+        cargo.rustdocflag("-Znormalize-docs");
         compile::rustc_cargo(builder, &mut cargo, target);
 
         // Only include compiler crates, no dependencies of those, such as `libc`.