Skip to content

Commit 3d5873f

Browse files
committed
rustdoc: Fix merge fallout
1 parent 38eab97 commit 3d5873f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/rustdoc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pub fn main_args(args: &[~str]) -> int {
122122
for &name in DEFAULT_PASSES.iter() {
123123
println!("{:>20s}", name);
124124
}
125-
return;
125+
return 0;
126126
}
127127

128128
let (format, cratefile) = match matches.free.clone() {

0 commit comments

Comments
 (0)