mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
fixing style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#[cfg(feature = "state-store")]
|
||||
use matrix_sdk_base::store::{StoreError, StoreConfig};
|
||||
use matrix_sdk_base::store::{StoreConfig, StoreError};
|
||||
#[cfg(feature = "crypto-store")]
|
||||
use matrix_sdk_crypto::store::CryptoStoreError;
|
||||
use sled::Error as SledError;
|
||||
@@ -35,7 +35,6 @@ pub enum OpenStoreError {
|
||||
Sled(#[from] SledError),
|
||||
}
|
||||
|
||||
|
||||
// FIXME Move these two methods back to the matrix-sdk-sled crate once weak
|
||||
// dependency features are stable and we decide to bump the MSRV.
|
||||
|
||||
|
||||
@@ -32,4 +32,4 @@
|
||||
#[cfg(feature = "indexeddb")]
|
||||
pub use matrix_sdk_indexeddb::*;
|
||||
#[cfg(feature = "sled")]
|
||||
pub use matrix_sdk_sled::*;
|
||||
pub use matrix_sdk_sled::*;
|
||||
|
||||
Reference in New Issue
Block a user