mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +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…
Reference in a new issue