Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Mar 20, 2017
1 parent c97b48f commit 966e721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/doc.rs
Expand Up @@ -72,7 +72,7 @@ pub fn book(build: &Build, target: &str, name: &str) {
let index = format!("{}/index.md", name);
println!("Documenting book index ({})", target);
invoke_rustdoc(build, target, &index);

// build the redirect pages
println!("Documenting book redirect pages ({})", target);
for file in t!(fs::read_dir(build.src.join("src/doc/book/redirects"))) {
Expand Down

0 comments on commit 966e721

Please sign in to comment.