We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b3b27 + e49a956 commit 843e528Copy full SHA for 843e528
src/driver/driver.rs
@@ -17,4 +17,6 @@ extern crate rustdoc as this;
17
#[cfg(rustc)]
18
extern crate rustc_driver as this;
19
20
-fn main() { this::main() }
+fn main() {
21
+ this::main()
22
+}
0 commit comments