Remove unnecessary #[allow]
This commit is contained in:
committed by
GitHub
parent
e5a5a95a10
commit
2d9386f86d
@@ -147,7 +147,6 @@ fn show_version() {
|
|||||||
println!("{}", env!("CARGO_PKG_VERSION"));
|
println!("{}", env!("CARGO_PKG_VERSION"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg_attr(feature = "cargo-clippy", allow(print_stdout))]
|
|
||||||
pub fn main() {
|
pub fn main() {
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user