We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b47e78 commit f3abbf7Copy full SHA for f3abbf7
src/libcore/mem/maybe_uninit.rs
@@ -253,11 +253,8 @@ impl<T> MaybeUninit<T> {
253
}
254
255
/// A promotable constant, equivalent to `uninit()`.
256
- #[unstable(
257
- feature = "internal_uninit_const",
258
- issue = "0",
259
- reason = "hack to work around promotability",
260
- )]
+ #[unstable(feature = "internal_uninit_const", issue = "0",
+ reason = "hack to work around promotability")]
261
pub const UNINIT: Self = Self::uninit();
262
263
/// Creates a new `MaybeUninit<T>` in an uninitialized state, with the memory being
0 commit comments