File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ impl Step for Std {
434434 cargo
435435 . arg ( "-p" )
436436 . arg ( package)
437+ . arg ( "-Zskip-rustdoc-fingerprint" )
437438 . arg ( "--" )
438439 . arg ( "--markdown-css" )
439440 . arg ( "rust.css" )
@@ -564,6 +565,7 @@ impl Step for Rustc {
564565 cargo. rustdocflag ( "-Znormalize-docs" ) ;
565566 cargo. rustdocflag ( "--show-type-layout" ) ;
566567 compile:: rustc_cargo ( builder, & mut cargo, target) ;
568+ cargo. arg ( "-Zskip-rustdoc-fingerprint" ) ;
567569
568570 // Only include compiler crates, no dependencies of those, such as `libc`.
569571 cargo. arg ( "--no-deps" ) ;
@@ -655,6 +657,7 @@ impl Step for Rustdoc {
655657 & [ ] ,
656658 ) ;
657659
660+ cargo. arg ( "-Zskip-rustdoc-fingerprint" ) ;
658661 // Only include compiler crates, no dependencies of those, such as `libc`.
659662 cargo. arg ( "--no-deps" ) ;
660663 cargo. arg ( "-p" ) . arg ( "rustdoc" ) ;
You can’t perform that action at this time.
0 commit comments