Fix clippy warning

This commit is contained in:
Michael Wright 2018-04-04 07:08:35 +02:00
parent c170e86403
commit a8bb8925cb

View File

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