diff --git a/src/driver.rs b/src/driver.rs index 711b2e6fbd9..4e3852d416a 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -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() {