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:
parent
e89421419d
commit
b5d541a814
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue