We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c44aa commit 62b280aCopy full SHA for 62b280a
src/bootstrap/doc.rs
@@ -72,7 +72,7 @@ pub fn book(build: &Build, target: &str, name: &str) {
72
let index = format!("{}/index.md", name);
73
println!("Documenting book index ({})", target);
74
invoke_rustdoc(build, target, &index);
75
-
+
76
// build the redirect pages
77
println!("Documenting book redirect pages ({})", target);
78
for file in t!(fs::read_dir(build.src.join("src/doc/book/redirects"))) {
0 commit comments