remove unused allow() attributes, NFC

This commit is contained in:
Matthias Krüger 2018-11-17 13:47:27 +01:00
parent f5d868c9ed
commit 3a11cd4289
13 changed files with 3 additions and 21 deletions

View file

@ -27,7 +27,6 @@ use std::convert::TryInto;
use std::path::Path;
use std::process::{exit, Command};
#[allow(clippy::print_stdout)]
fn show_version() {
println!(env!("CARGO_PKG_VERSION"));
}