Skip to content

Commit 3994880

Browse files
committed
argh
1 parent a514058 commit 3994880

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)