File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -255,9 +255,7 @@ impl core::fmt::Display for TryReserveError {
255255 }
256256}
257257
258- #[ cfg( feature = "std" ) ]
259- #[ cfg_attr( docsrs, doc( cfg( feature = "std" ) ) ) ]
260- impl std:: error:: Error for TryReserveError { }
258+ impl core:: error:: Error for TryReserveError { }
261259
262260// NOTE: This is copied from the slice module in the std lib.
263261/// The error type returned by [`get_disjoint_indices_mut`][`IndexMap::get_disjoint_indices_mut`].
@@ -285,6 +283,4 @@ impl core::fmt::Display for GetDisjointMutError {
285283 }
286284}
287285
288- #[ cfg( feature = "std" ) ]
289- #[ cfg_attr( docsrs, doc( cfg( feature = "std" ) ) ) ]
290- impl std:: error:: Error for GetDisjointMutError { }
286+ impl core:: error:: Error for GetDisjointMutError { }
You can’t perform that action at this time.
0 commit comments