We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b20506 commit 2157122Copy full SHA for 2157122
1 file changed
library/alloc/src/collections/mod.rs
@@ -111,6 +111,7 @@ pub enum TryReserveErrorKind {
111
issue = "48043"
112
)]
113
impl From<TryReserveErrorKind> for TryReserveError {
114
+ #[inline]
115
fn from(kind: TryReserveErrorKind) -> Self {
116
Self { kind }
117
}
0 commit comments