Skip to content

Commit

Permalink
Auto merge of #28985 - ahmedcharles:driver, r=nrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Oct 12, 2015
2 parents 81b3b27 + e49a956 commit 843e528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/driver/driver.rs
Expand Up @@ -17,4 +17,6 @@ extern crate rustdoc as this;
#[cfg(rustc)]
extern crate rustc_driver as this;

fn main() { this::main() }
fn main() {
this::main()
}

0 comments on commit 843e528

Please sign in to comment.