mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
Remove unnecessary #[allow]
This commit is contained in:
parent
e5a5a95a10
commit
2d9386f86d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue