mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 14:04:40 -04:00
Fixes the `unexpected_cfgs` warning so it doesn't need to be disabled anymore. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
7 lines
84 B
Rust
7 lines
84 B
Rust
#![cfg(test)]
|
|
|
|
matrix_sdk_test::init_tracing_for_tests!();
|
|
|
|
mod helpers;
|
|
mod tests;
|