about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-10-11 12:45:20 +0000
committerbors <bors@rust-lang.org>2019-10-11 12:45:20 +0000
commitd4f7f974b83ce6795f29de13063132b4e211583d (patch)
tree4252eb054f994a7e19a5308e46fed12de818e38e /src/libstd
parent000d90b11f7be70ffb7812680f7abc6deb52ec88 (diff)
parent45aca119a6c94a2c408fb6da7a47d363ab852bac (diff)
downloadrust-d4f7f974b83ce6795f29de13063132b4e211583d.tar.gz
rust-d4f7f974b83ce6795f29de13063132b4e211583d.zip
Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin
Stabilize mem::take (mem_take)

Tracking issue: https://github.com/rust-lang/rust/issues/61129

r? @matklad
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 5ff32d7adaf..af6cb656444 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -277,7 +277,6 @@
 #![feature(log_syntax)]
 #![feature(maybe_uninit_ref)]
 #![feature(maybe_uninit_slice)]
-#![feature(mem_take)]
 #![feature(needs_panic_runtime)]
 #![feature(never_type)]
 #![feature(nll)]