mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-28 11:09:51 -04:00
6 lines
81 B
Rust
6 lines
81 B
Rust
#[cfg(test)]
|
|
mod tests;
|
|
|
|
#[cfg(any(test, feature = "helpers"))]
|
|
pub mod helpers;
|