about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorJon Gjengset <jon@thesquareplanet.com>2019-09-23 13:54:37 -0400
committerJon Gjengset <jon@thesquareplanet.com>2019-10-08 18:04:18 -0400
commit45aca119a6c94a2c408fb6da7a47d363ab852bac (patch)
treefe3b55fc7f4efde0e180e02797f26a6ff1c2adca /src/libsyntax/lib.rs
parent2748a9fd93dd1a00a4521f4f16de5befbf77f6cd (diff)
downloadrust-45aca119a6c94a2c408fb6da7a47d363ab852bac.tar.gz
rust-45aca119a6c94a2c408fb6da7a47d363ab852bac.zip
Stabilize mem::take (mem_take)
Tracking issue: https://github.com/rust-lang/rust/issues/61129
Diffstat (limited to 'src/libsyntax/lib.rs')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index d2c76b669dd..03b00188e25 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -12,7 +12,6 @@
 #![feature(const_transmute)]
 #![feature(crate_visibility_modifier)]
 #![feature(label_break_value)]
-#![feature(mem_take)]
 #![feature(nll)]
 #![feature(proc_macro_diagnostic)]
 #![feature(proc_macro_internals)]