1
Fork 0
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:
Roy Ivy III 2018-09-03 17:45:58 -05:00
parent a66f7a7a53
commit 197bd2e10c
3 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#[macro_use]
mod common;
#[cfg(unix)]
#[macro_use]
extern crate lazy_static;