diff options
| author | bors <bors@rust-lang.org> | 2018-09-29 09:58:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-09-29 09:58:09 +0000 |
| commit | 7e7bc060c1564b19742fd241f40a02c9210e445c (patch) | |
| tree | 02fced39e6b1d39695f9c896951cbfcef1ce9e23 /src/liballoc/lib.rs | |
| parent | d95fd2585d8d7327a83beee10d9e32129b26cd68 (diff) | |
| parent | 546e45ab5b20b9151b3331c727ecb5fd2e3eecaf (diff) | |
| download | rust-7e7bc060c1564b19742fd241f40a02c9210e445c.tar.gz rust-7e7bc060c1564b19742fd241f40a02c9210e445c.zip | |
Auto merge of #54554 - RalfJung:maybe-uninit, r=nagisa
Revert most of MaybeUninit, except for the new API itself This reverts most of https://github.com/rust-lang/rust/pull/53508/ for perf reasons (first commit reverts that entire PR), except for the new API itself (added back in 2nd commit).
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index 7960936dad6..f92075cc84e 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -120,7 +120,6 @@ #![feature(rustc_const_unstable)] #![feature(const_vec_new)] #![feature(slice_partition_dedup)] -#![feature(maybe_uninit)] // Allow testing this library |
