Skip to content

Commit 2d9386f

Browse files
author
Jakob Lautrup Nysom
authored
Remove unnecessary #[allow]
1 parent e5a5a95 commit 2d9386f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ fn show_version() {
147147
println!("{}", env!("CARGO_PKG_VERSION"));
148148
}
149149

150-
#[cfg_attr(feature = "cargo-clippy", allow(print_stdout))]
151150
pub fn main() {
152151
use std::env;
153152

0 commit comments

Comments
 (0)