File tree 1 file changed +3
-0
lines changed
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 {
434
434
cargo
435
435
. arg ( "-p" )
436
436
. arg ( package)
437
+ . arg ( "-Zskip-rustdoc-fingerprint" )
437
438
. arg ( "--" )
438
439
. arg ( "--markdown-css" )
439
440
. arg ( "rust.css" )
@@ -564,6 +565,7 @@ impl Step for Rustc {
564
565
cargo. rustdocflag ( "-Znormalize-docs" ) ;
565
566
cargo. rustdocflag ( "--show-type-layout" ) ;
566
567
compile:: rustc_cargo ( builder, & mut cargo, target) ;
568
+ cargo. arg ( "-Zskip-rustdoc-fingerprint" ) ;
567
569
568
570
// Only include compiler crates, no dependencies of those, such as `libc`.
569
571
cargo. arg ( "--no-deps" ) ;
@@ -655,6 +657,7 @@ impl Step for Rustdoc {
655
657
& [ ] ,
656
658
) ;
657
659
660
+ cargo. arg ( "-Zskip-rustdoc-fingerprint" ) ;
658
661
// Only include compiler crates, no dependencies of those, such as `libc`.
659
662
cargo. arg ( "--no-deps" ) ;
660
663
cargo. arg ( "-p" ) . arg ( "rustdoc" ) ;
You can’t perform that action at this time.
0 commit comments