File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -624,11 +624,11 @@ impl Step for RustdocJSNotStd {
624
624
const DEFAULT : bool = true ;
625
625
const ONLY_HOSTS : bool = true ;
626
626
627
- fn should_run ( run : ShouldRun ) -> ShouldRun {
627
+ fn should_run ( run : ShouldRun < ' _ > ) -> ShouldRun < ' _ > {
628
628
run. path ( "src/test/rustdoc-js" )
629
629
}
630
630
631
- fn make_run ( run : RunConfig ) {
631
+ fn make_run ( run : RunConfig < ' _ > ) {
632
632
let compiler = run. builder . compiler ( run. builder . top_stage , run. host ) ;
633
633
run. builder . ensure ( RustdocJSNotStd {
634
634
host : run. host ,
@@ -637,7 +637,7 @@ impl Step for RustdocJSNotStd {
637
637
} ) ;
638
638
}
639
639
640
- fn run ( self , builder : & Builder ) {
640
+ fn run ( self , builder : & Builder < ' _ > ) {
641
641
if let Some ( ref nodejs) = builder. config . nodejs {
642
642
builder. ensure ( crate :: doc:: Std {
643
643
target : self . target ,
You can’t perform that action at this time.
0 commit comments