]> git.lizzy.rs Git - rust.git/commitdiff
Remove unnecessary #[allow]
authorJakob Lautrup Nysom <jako3047@gmail.com>
Wed, 9 Nov 2016 09:44:55 +0000 (10:44 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2016 09:44:55 +0000 (10:44 +0100)
src/main.rs

index 387cdb864eeefc52b62d443429fa0c8398234f99..8f2975636e6c7c75d3f381bdc1ff38f2ab35e7dd 100644 (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;