about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-05-01 19:39:52 +0200
committerRalf Jung <post@ralfj.de>2019-05-20 10:44:02 +0200
commitb7afe777f79462c9023a30b31785b81e8346c96c (patch)
tree924a5e3a2dcef35692863d4606834c00cdb1aa3b /src/libstd
parentcaef1e833fbd9de740d521114d716a11a29b71cb (diff)
downloadrust-b7afe777f79462c9023a30b31785b81e8346c96c.tar.gz
rust-b7afe777f79462c9023a30b31785b81e8346c96c.zip
stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the future
Also expand the documentation a bit
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 2401946536f..e044b46e0d0 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -272,7 +272,6 @@
 #![feature(libc)]
 #![feature(link_args)]
 #![feature(linkage)]
-#![feature(maybe_uninit)]
 #![feature(needs_panic_runtime)]
 #![feature(never_type)]
 #![feature(nll)]