Miscellaneous cleanup for old issues.

This commit is contained in:
Lee Jeffery
2015-09-20 11:35:08 +01:00
committed by Eljay
parent fd38a75077
commit 140e2d3a09
15 changed files with 44 additions and 108 deletions

View File

@@ -211,7 +211,7 @@ pub fn main_args(args: &[String]) -> isize {
for &(name, _, description) in PASSES {
println!("{:>20} - {}", name, description);
}
println!("{}", "\nDefault passes for rustdoc:"); // FIXME: #9970
println!("\nDefault passes for rustdoc:");
for &name in DEFAULT_PASSES {
println!("{:>20}", name);
}