mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
fix: gate unix-only macros (silences "unused" warnings)
This commit is contained in:
parent
a66f7a7a53
commit
197bd2e10c
3 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#[macro_use]
|
||||
mod common;
|
||||
|
||||
#[cfg(unix)]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue