We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7876b71 commit e6e615aCopy full SHA for e6e615a
CHANGELOG.md
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
- Minor fixes to module docs.
11
- Make MSRV of 1.87.0 explicit.
12
13
+- Implement `Default` for `CapacityError`
14
+
15
## [v0.9.1] - 2025-08-19
16
17
### Added
src/lib.rs
@@ -228,7 +228,7 @@ pub mod _export {
228
}
229
230
/// The error type for fallible [`Vec`] and [`String`] methods.
231
-#[derive(Debug)]
+#[derive(Debug, Default)]
232
#[non_exhaustive]
233
pub struct CapacityError;
234
0 commit comments