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 27f2cd3 commit d09792eCopy full SHA for d09792e
crates/matrix-sdk/src/config/client.rs
@@ -130,8 +130,8 @@ impl ClientConfig {
130
/// In the default configuration, and if the corresponding features
131
/// (`sled_state_store` and `sled_cryptostore`) are enabled, the client will
132
/// open default implementations for the crypto store and the state store.
133
- /// It will use the given path to open the stores. If no path is provided no
134
- /// store will be opened
+ /// It will use the given path to open the stores. If no path is provided an
+ /// in-memory store will be opened.
135
#[must_use]
136
pub fn store_path(mut self, path: impl AsRef<Path>) -> Self {
137
self.base_config = self.base_config.store_path(path);
0 commit comments