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;