Remove unnecessary #[allow]

This commit is contained in:
Jakob Lautrup Nysom 2016-11-09 10:44:55 +01:00 committed by GitHub
parent e5a5a95a10
commit 2d9386f86d

View file

@ -147,7 +147,6 @@ fn show_version() {
println!("{}", env!("CARGO_PKG_VERSION"));
}
#[cfg_attr(feature = "cargo-clippy", allow(print_stdout))]
pub fn main() {
use std::env;