File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -310,14 +310,15 @@ impl Step for TheBook {
310
310
} ) ;
311
311
312
312
// build the redirect pages
313
- builder. info ( & format ! ( "Documenting book redirect pages ({})" , target) ) ;
314
- for file in t ! ( fs:: read_dir( builder. src. join( "src/doc/book/redirects" ) ) ) {
315
- let file = t ! ( file) ;
316
- let path = file. path ( ) ;
317
- let path = path. to_str ( ) . unwrap ( ) ;
318
-
319
- invoke_rustdoc ( builder, compiler, target, path) ;
320
- }
313
+ // builder.info(&format!("Documenting book redirect pages ({})", target));
314
+ // for file in t!(fs::read_dir(builder.src.join("src/doc/book/redirects"))) {
315
+ // let file = t!(file);
316
+ // let path = file.path();
317
+ // let path = path.to_str().unwrap();
318
+
319
+ // invoke_rustdoc(builder, compiler, target, path);
320
+ // }
321
+ let _ = invoke_rustdoc;
321
322
}
322
323
}
323
324
You can’t perform that action at this time.
0 commit comments