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 4bf0187 commit 4882c98Copy full SHA for 4882c98
crates/matrix-sdk-indexeddb/src/serializer.rs
@@ -99,6 +99,7 @@ impl IndexeddbSerializer {
99
/// **Note** that when dealing with keys which will be encoded as strings,
100
/// it is recommended to use [`encode_key`](Self::encode_key), as it
101
/// ensures that strings are safe for use as a key.
102
+ #[allow(unused)]
103
pub fn hash_key<T>(&self, table_name: &str, key: T) -> Vec<u8>
104
where
105
T: AsRef<[u8]>,
0 commit comments