rustdoc: Fix merge fallout

This commit is contained in:
Alex Crichton 2013-09-25 14:28:20 -07:00
parent 38eab97d16
commit 3d5873fa42
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ pub fn main_args(args: &[~str]) -> int {
for &name in DEFAULT_PASSES.iter() {
println!("{:>20s}", name);
}
return;
return 0;
}
let (format, cratefile) = match matches.free.clone() {