Fix clippy warning

This commit is contained in:
Michael Wright 2018-04-04 07:08:35 +02:00
parent c170e86403
commit a8bb8925cb
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ fn show_help() {
#[allow(print_stdout)]
fn show_version() {
println!("{}", env!("CARGO_PKG_VERSION"));
println!(env!("CARGO_PKG_VERSION"));
}
pub fn main() {