mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-07-02 16:38:36 +00:00
fix: make heed implementation compile
This commit is contained in:
parent
4a087e4873
commit
c901ac0bb8
2 changed files with 42 additions and 22 deletions
|
@ -164,7 +164,7 @@ impl Error {
|
|||
#[cfg(feature = "persy")]
|
||||
Self::PersyError { .. } => db_error,
|
||||
#[cfg(feature = "heed")]
|
||||
Self::HeedError => db_error,
|
||||
Self::HeedError { .. } => db_error,
|
||||
#[cfg(feature = "rocksdb")]
|
||||
Self::RocksDbError { .. } => db_error,
|
||||
Self::IoError { .. } => db_error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue