We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959cff6 commit d229df3Copy full SHA for d229df3
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 38eab97d16caf4a0bc8cd3f7bf8566fb5f02ba30
+refs/heads/master: 3d5873fa421356ad936e6fc6ab61773c60646357
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
trunk/src/librustdoc/rustdoc.rs
@@ -122,7 +122,7 @@ pub fn main_args(args: &[~str]) -> int {
122
for &name in DEFAULT_PASSES.iter() {
123
println!("{:>20s}", name);
124
}
125
- return;
+ return 0;
126
127
128
let (format, cratefile) = match matches.free.clone() {
0 commit comments