1
Fork 0

tidy is being silly

This commit is contained in:
Ralf Jung 2019-07-21 12:59:51 +02:00
parent 4b47e78a16
commit f3abbf7103

View file

@ -253,11 +253,8 @@ impl<T> MaybeUninit<T> {
}
/// A promotable constant, equivalent to `uninit()`.
#[unstable(
feature = "internal_uninit_const",
issue = "0",
reason = "hack to work around promotability",
)]
#[unstable(feature = "internal_uninit_const", issue = "0",
reason = "hack to work around promotability")]
pub const UNINIT: Self = Self::uninit();
/// Creates a new `MaybeUninit<T>` in an uninitialized state, with the memory being