diff --git a/matrix_sdk_crypto/src/store/memorystore.rs b/matrix_sdk_crypto/src/store/memorystore.rs
index c06614b72..057461027 100644
--- a/matrix_sdk_crypto/src/store/memorystore.rs
+++ b/matrix_sdk_crypto/src/store/memorystore.rs
@@ -172,8 +172,9 @@ impl CryptoStore for MemoryStore {
Ok(())
}
- async fn remove_value(&self, key: &str) -> Result