chore: general cleanup and feature hygiene
This commit is contained in:
parent
2221dca277
commit
b486cb3d53
@ -23,7 +23,6 @@ impl From<idb::Error> for StoreError {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature="wasm")]
|
|
||||||
impl From<serde_json::Error> for StoreError {
|
impl From<serde_json::Error> for StoreError {
|
||||||
fn from(value: serde_json::Error) -> Self {
|
fn from(value: serde_json::Error) -> Self {
|
||||||
StoreError::SerializationError(Box::new(value))
|
StoreError::SerializationError(Box::new(value))
|
||||||
@ -55,4 +54,5 @@ mod indexeddb;
|
|||||||
#[cfg(feature="wasm")]
|
#[cfg(feature="wasm")]
|
||||||
pub use indexeddb::IndexedDbReferenceStore;
|
pub use indexeddb::IndexedDbReferenceStore;
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
mod integration_tests;
|
mod integration_tests;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user