Skip to content

Commit ab28118

Browse files
committed
Fix driver dogfood bug
1 parent 2046694 commit ab28118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl<'a> CompilerCalls<'a> for ClippyCompilerCalls {
126126

127127
#[allow(print_stdout)]
128128
fn show_version() {
129-
println!("{}", env!("CARGO_PKG_VERSION"));
129+
println!(env!("CARGO_PKG_VERSION");
130130
}
131131

132132
pub fn main() {

0 commit comments

Comments
 (0)