1
0
Fork 0
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:
Tglman 2023-08-22 00:34:28 +01:00
parent 4a087e4873
commit c901ac0bb8
2 changed files with 42 additions and 22 deletions

View file

@ -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,