Skip to content

Commit b8b5424

Browse files
zecakehstefanceriu
authored andcommitted
Silence unused-imports lint
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 95e93ca commit b8b5424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/matrix-sdk-base/src/event_cache/store/memory_store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ impl EventCacheStore for MemoryStore {
237237
}
238238

239239
#[cfg(test)]
240+
#[allow(unused_imports)] // There seems to be a false positive when importing the test macros.
240241
mod tests {
241242
use super::{MemoryStore, Result};
242243
use crate::{event_cache_store_integration_tests, event_cache_store_integration_tests_time};

0 commit comments

Comments
 (0)