fix whitespace

This commit is contained in:
steveklabnik 2017-03-07 17:19:25 -05:00
parent c97b48f261
commit 966e72156f
1 changed files with 1 additions and 1 deletions

View File

@ -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"))) {