about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorEthan Brierley <ethanboxx@gmail.com>2019-09-24 20:19:32 +0100
committerEthan Brierley <ethanboxx@gmail.com>2019-10-19 11:04:53 +0100
commit65af429c681e874bee6fb3a864ae3496517a72f4 (patch)
tree826893f221098d6ae2ff4dc2018e2d68a5e026c4 /src/liballoc
parent9578272d681c8691ca2ff3f5c4230b491bc1c694 (diff)
downloadrust-65af429c681e874bee6fb3a864ae3496517a72f4.tar.gz
rust-65af429c681e874bee6fb3a864ae3496517a72f4.zip
Stabilize `Option::flatten`
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs
index 676874c8b27..79e5ba340b7 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -3,7 +3,6 @@
 #![feature(drain_filter)]
 #![feature(exact_size_is_empty)]
 #![feature(new_uninit)]
-#![feature(option_flattening)]
 #![feature(pattern)]
 #![feature(trusted_len)]
 #![feature(try_reserve)]