Skip to content

Commit

Permalink
Make error text more expressive
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Nov 16, 2022
1 parent b0ab736 commit a74c92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banyan/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub enum Error {
#[error("Multiple strong references")]
MultipleStrongRef,

#[error("seek offset wraparound")]
#[error("cypher stream seek offset wraparound")]
SeekOffsetWraparound,

#[error("expected ipld bytes")]
Expand Down

0 comments on commit a74c92d

Please sign in to comment.