Miscellaneous cleanup for old issues.
This commit is contained in:
parent
fd38a75077
commit
140e2d3a09
15 changed files with 44 additions and 108 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue