mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 11:05:32 -04:00
crypto: Enable testing module in test mode
This commit is contained in:
@@ -33,7 +33,7 @@ pub mod types;
|
||||
mod utilities;
|
||||
mod verification;
|
||||
|
||||
#[cfg(feature = "testing")]
|
||||
#[cfg(any(test, feature = "testing"))]
|
||||
/// Testing facilities and helpers for crypto tests
|
||||
pub mod testing {
|
||||
pub use crate::identities::{
|
||||
|
||||
Reference in New Issue
Block a user