1
0
Fork 0
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:
Zhaofeng Li 2023-01-08 00:57:22 -07:00
parent eb34b8ee99
commit ae995f2203

View file

@ -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;