mirror of
https://github.com/zhaofengli/attic.git
synced 2025-03-16 05:18:18 +00:00
attic: Only build testing module on Unix
This commit is contained in:
parent
eb34b8ee99
commit
ae995f2203
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ pub mod nix_store;
|
|||
pub mod signing;
|
||||
#[cfg(feature = "tokio")]
|
||||
pub mod stream;
|
||||
#[cfg(target_family = "unix")]
|
||||
pub mod testing;
|
||||
#[cfg(feature = "tokio")]
|
||||
pub mod util;
|
||||
|
|
Loading…
Add table
Reference in a new issue