Merge pull request #2625 from mikerite/clippy_warning

Fix clippy warning
This commit is contained in:
Manish Goregaokar 2018-04-03 22:48:11 -07:00 committed by GitHub
commit 976bbe822a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {