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 Dec 2, 2022
1 parent cdc07d8 commit 5a158a5
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 @@ -27,7 +27,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 5a158a5

Please sign in to comment.