remove PartialEq+Eq from ProviderError #13584
Labels
C-debt
Refactor of code section that is hard to understand or maintain
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
this enforces that all other errors are also partialeq+eq, making it difficult to use smth like
Box<dyn Error>
reth/crates/storage/errors/src/provider.rs
Lines 12 to 14 in ad89056
TODO
assert_eq!
toassert!(matches!())
Additional context
No response
The text was updated successfully, but these errors were encountered: