1
Fork 0

rustdoc: Fix merge fallout

This commit is contained in:
Alex Crichton 2013-09-25 14:28:20 -07:00
parent 38eab97d16
commit 3d5873fa42

View file

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