Skip to content

Commit

Permalink
clean up error refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jan 23, 2023
1 parent 6e2c844 commit 7574018
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ssz-rs/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ use crate::ser::SerializeError;
// Top-level error to wrap all child errors in crate
#[derive(Debug)]
pub enum Error {
// #[error("could not serialize: {0}")]
Serialize(/*#[from]*/ SerializeError),
// #[error("could not deserialize: {0}")]
Deserialize(/*#[from]*/ DeserializeError),
// #[error("merkleization error: {0}")]
Merkleization(/*#[from]*/ MerkleizationError),
}

Expand Down

0 comments on commit 7574018

Please sign in to comment.