Skip to content

Commit f3abbf7

Browse files
committedJul 21, 2019
tidy is being silly
1 parent 4b47e78 commit f3abbf7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

Diff for: ‎src/libcore/mem/maybe_uninit.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,8 @@ impl<T> MaybeUninit<T> {
253253
}
254254

255255
/// A promotable constant, equivalent to `uninit()`.
256-
#[unstable(
257-
feature = "internal_uninit_const",
258-
issue = "0",
259-
reason = "hack to work around promotability",
260-
)]
256+
#[unstable(feature = "internal_uninit_const", issue = "0",
257+
reason = "hack to work around promotability")]
261258
pub const UNINIT: Self = Self::uninit();
262259

263260
/// Creates a new `MaybeUninit<T>` in an uninitialized state, with the memory being

0 commit comments

Comments
 (0)
Please sign in to comment.