about summary refs log tree commit diff
path: root/src/libcore/tests
diff options
context:
space:
mode:
authorAleksey Kladov <aleksey.kladov@gmail.com>2019-03-16 14:11:23 +0300
committerAleksey Kladov <aleksey.kladov@gmail.com>2019-03-16 14:11:23 +0300
commit08f264d5762fc8cf817288084c03ce0d53ecb85b (patch)
treeae3111a3a3a9b5877506322a72aeea4de1bae1cb /src/libcore/tests
parent52e885628e4317aa3f158622435927eb29b812e9 (diff)
downloadrust-08f264d5762fc8cf817288084c03ce0d53ecb85b.tar.gz
rust-08f264d5762fc8cf817288084c03ce0d53ecb85b.zip
Stabilize Option::copied
closes https://github.com/rust-lang/rust/issues/57126
Diffstat (limited to 'src/libcore/tests')
-rw-r--r--src/libcore/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/lib.rs b/src/libcore/tests/lib.rs
index d0021376389..a50310e195f 100644
--- a/src/libcore/tests/lib.rs
+++ b/src/libcore/tests/lib.rs
@@ -1,6 +1,5 @@
 #![feature(box_syntax)]
 #![feature(cell_update)]
-#![feature(copied)]
 #![feature(core_private_bignum)]
 #![feature(core_private_diy_float)]
 #![feature(dec2flt)]