Skip to content

Commit 6519aaf

Browse files
committed
crypto: Fix docs for SledStore
1 parent 8494f10 commit 6519aaf

File tree

1 file changed

+3
-1
lines changed
  • crates/matrix-sdk-crypto/src/store

1 file changed

+3
-1
lines changed

crates/matrix-sdk-crypto/src/store/sled.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ pub struct AccountInfo {
145145
identity_keys: Arc<IdentityKeys>,
146146
}
147147

148-
/// An in-memory only store that will forget all the E2EE key once it's dropped.
148+
/// A [sled] based cryptostore.
149+
///
150+
/// [sled]: https://github.com/spacejam/sled#readme
149151
#[derive(Clone)]
150152
pub struct SledStore {
151153
account_info: Arc<RwLock<Option<AccountInfo>>>,

0 commit comments

Comments
 (0)