diff options
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -891,7 +891,7 @@ fn split_key(key: &Key) -> (Block, Block, Block) { ) } -#[cfg(test)] +#[cfg(all(test, feature = "std"))] mod test { use super::*; |
![]() |
index : zears | |
AEZ v5 implementation in Rust | Daniel |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 2 |
@@ -891,7 +891,7 @@ fn split_key(key: &Key) -> (Block, Block, Block) { ) } -#[cfg(test)] +#[cfg(all(test, feature = "std"))] mod test { use super::*; |