Skip to content

Commit 40c863a

Browse files
authored
Merge pull request #3 from thomaseizinger/feat/core-error
feat: implement `core::Error` for `ExceedsCapacity`
2 parents 4c7fe02 + b5de649 commit 40c863a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/errors.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ impl core::fmt::Display for ExceedsCapacity {
2727
))
2828
}
2929
}
30+
31+
impl core::error::Error for ExceedsCapacity {}

0 commit comments

Comments
 (0)