1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

refactor/polish ~ inhibit useless warning (within 'tests/tests.rs')

This commit is contained in:
Roy Ivy III 2020-01-29 18:07:16 -06:00
parent e89421419d
commit b5d541a814

View file

@ -1,6 +1,9 @@
#[macro_use]
mod common;
// [warning fix]; from ref: <https://github.com/rust-lang/rust-clippy/issues/1938#issuecomment-374816813>
#[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
#[allow(unused_imports)]
#[cfg(unix)]
#[macro_use]
extern crate lazy_static;