Fix driver dogfood bug
This commit is contained in:
parent
2046694029
commit
ab28118449
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue