Skip to content

Commit

Permalink
fix: feature powerset
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Oct 29, 2024
1 parent a6d23b7 commit 37ce4ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/protocol/src/batch/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ impl From<SpanBatchError> for BatchDecodingError {
impl core::error::Error for BatchDecodingError {
fn source(&self) -> Option<&(dyn core::error::Error + 'static)> {
match self {
Self::AlloyRlpError(err) => Some(err),
Self::SpanBatchError(err) => Some(err),
_ => None,
}
Expand Down

0 comments on commit 37ce4ef

Please sign in to comment.