Skip to content

Commit b5de649

Browse files
feat: implement core::Error for ExceedsCapacity
1 parent 4c7fe02 commit b5de649

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)