Skip to content

Commit 843e528

Browse files
committed
Auto merge of #28985 - ahmedcharles:driver, r=nrc
2 parents 81b3b27 + e49a956 commit 843e528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/driver/driver.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ extern crate rustdoc as this;
1717
#[cfg(rustc)]
1818
extern crate rustc_driver as this;
1919

20-
fn main() { this::main() }
20+
fn main() {
21+
this::main()
22+
}

0 commit comments

Comments
 (0)