This commit is contained in:
Manish Goregaokar 2018-04-04 19:15:21 -07:00
parent a514058e13
commit 399488079b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
#[allow(print_stdout)]
fn show_version() {
println!(env!("CARGO_PKG_VERSION");
println!(env!("CARGO_PKG_VERSION"));
}
pub fn main() {