mirror of
https://github.com/zhaofengli/attic.git
synced 2025-03-16 21:38:21 +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;
|
pub mod signing;
|
||||||
#[cfg(feature = "tokio")]
|
#[cfg(feature = "tokio")]
|
||||||
pub mod stream;
|
pub mod stream;
|
||||||
|
#[cfg(target_family = "unix")]
|
||||||
pub mod testing;
|
pub mod testing;
|
||||||
#[cfg(feature = "tokio")]
|
#[cfg(feature = "tokio")]
|
||||||
pub mod util;
|
pub mod util;
|
||||||
|
|
Loading…
Add table
Reference in a new issue