We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e93ca commit b8b5424Copy full SHA for b8b5424
crates/matrix-sdk-base/src/event_cache/store/memory_store.rs
@@ -237,6 +237,7 @@ impl EventCacheStore for MemoryStore {
237
}
238
239
#[cfg(test)]
240
+#[allow(unused_imports)] // There seems to be a false positive when importing the test macros.
241
mod tests {
242
use super::{MemoryStore, Result};
243
use crate::{event_cache_store_integration_tests, event_cache_store_integration_tests_time};
0 commit comments