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.
core::error::Error
1 parent 3906fe4 commit dff2390Copy full SHA for dff2390
src/lib.rs
@@ -121,9 +121,7 @@ impl core::fmt::Display for CollectionAllocErr {
121
}
122
123
124
-#[cfg(feature = "std")]
125
-#[cfg_attr(docsrs, doc(cfg(feature = "std")))]
126
-impl std::error::Error for CollectionAllocErr {}
+impl core::error::Error for CollectionAllocErr {}
127
128
/// Either a stack array with `length <= N` or a heap array
129
/// whose pointer and capacity are stored here.
0 commit comments