Revert "feat: add SQLite storage backend for multi-process optimization"
This reverts commit ed80c59795.
# Conflicts:
# src/lib.rs
# src/storage/sqlite.rs
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ pub enum Error {
|
||||
TaskError(String),
|
||||
|
||||
/// Returned when a storage operation fails.
|
||||
#[cfg(any(feature = "journal", feature = "sqlite"))]
|
||||
#[cfg(feature = "journal")]
|
||||
#[error("storage error: {0}")]
|
||||
Storage(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user