mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 14:04:40 -04:00
sqlite: Fix doc error
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
committed by
Jonas Platte
parent
6bae0793f9
commit
09e446b1d5
@@ -20,7 +20,7 @@ use matrix_sdk_crypto::CryptoStoreError;
|
||||
use thiserror::Error;
|
||||
use tokio::io;
|
||||
|
||||
/// All the errors that can occur when opening a sled store.
|
||||
/// All the errors that can occur when opening a SQLite store.
|
||||
#[derive(Error, Debug)]
|
||||
#[non_exhaustive]
|
||||
pub enum OpenStoreError {
|
||||
|
||||
Reference in New Issue
Block a user