Fix driver dogfood bug

This commit is contained in:
Manish Goregaokar
2018-04-04 18:56:21 -07:00
parent 2046694029
commit ab28118449
+1 -1
View File
@@ -126,7 +126,7 @@ fn build_controller(&mut self, sess: &Session, matches: &getopts::Matches) -> dr
#[allow(print_stdout)]
fn show_version() {
println!("{}", env!("CARGO_PKG_VERSION"));
println!(env!("CARGO_PKG_VERSION");
}
pub fn main() {