about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-09-29 09:58:09 +0000
committerbors <bors@rust-lang.org>2018-09-29 09:58:09 +0000
commit7e7bc060c1564b19742fd241f40a02c9210e445c (patch)
tree02fced39e6b1d39695f9c896951cbfcef1ce9e23 /src/liballoc/lib.rs
parentd95fd2585d8d7327a83beee10d9e32129b26cd68 (diff)
parent546e45ab5b20b9151b3331c727ecb5fd2e3eecaf (diff)
downloadrust-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.rs1
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