Skip to content

Commit

Permalink
chore: remove DatabaseWithDebugError
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 18, 2024
1 parent c2a04cb commit 67314b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/primitives/src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ impl<F: DatabaseRef> From<F> for WrapDatabaseRef<F> {
}
}

pub trait DatabaseWithDebugError: Database
where
<Self as Database>::Error: std::fmt::Debug + std::fmt::Display,
{
}

impl<T: DatabaseRef> Database for WrapDatabaseRef<T> {
type Error = T::Error;

Expand Down

0 comments on commit 67314b7

Please sign in to comment.