Skip to content

Commit

Permalink
avoid name collisions on prelude import
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Nov 5, 2021
1 parent be62b8d commit a5b2657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssz_rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub mod prelude {
use thiserror::Error;
#[derive(Debug, Error)]
#[error("{0}")]
pub enum Error {
pub enum SimpleSerializeError {
Serialize(#[from] SerializeError),
Deserialize(#[from] DeserializeError),
Merkleization(#[from] MerkleizationError),
Expand Down

0 comments on commit a5b2657

Please sign in to comment.