tidy is being silly
This commit is contained in:
parent
4b47e78a16
commit
f3abbf7103
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue