rustdoc: Fix merge fallout
This commit is contained in:
parent
38eab97d16
commit
3d5873fa42
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ pub fn main_args(args: &[~str]) -> int {
|
||||||
for &name in DEFAULT_PASSES.iter() {
|
for &name in DEFAULT_PASSES.iter() {
|
||||||
println!("{:>20s}", name);
|
println!("{:>20s}", name);
|
||||||
}
|
}
|
||||||
return;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
let (format, cratefile) = match matches.free.clone() {
|
let (format, cratefile) = match matches.free.clone() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue