about summary refs log tree commit diff
path: root/library/std/src/lib.rs
diff options
context:
space:
mode:
authorThom Chiovoloni <chiovolonit@gmail.com>2022-05-08 09:37:36 -0700
committerThom Chiovoloni <chiovolonit@gmail.com>2022-05-08 09:37:36 -0700
commitdf446cb2afd1d968abe4ac47cb8cb4076730a4f0 (patch)
tree472ca38f10e6b843790b32e0c0126d1d29f73d17 /library/std/src/lib.rs
parent8fbd92d0b95d847c68948d8dbbfaccb470db4f92 (diff)
downloadrust-df446cb2afd1d968abe4ac47cb8cb4076730a4f0.tar.gz
rust-df446cb2afd1d968abe4ac47cb8cb4076730a4f0.zip
Revert "Implement [OsStr]::join", which was merged without FCP
This reverts commit 4fcbc53820ab423bbeb41f07822369aa05da1d68.
Diffstat (limited to 'library/std/src/lib.rs')
-rw-r--r--library/std/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs
index c394865d886..8ee50925f85 100644
--- a/library/std/src/lib.rs
+++ b/library/std/src/lib.rs
@@ -241,7 +241,6 @@
 #![feature(intra_doc_pointers)]
 #![feature(lang_items)]
 #![feature(let_chains)]
-#![feature(let_else)]
 #![feature(linkage)]
 #![feature(min_specialization)]
 #![feature(must_not_suspend)]
@@ -302,7 +301,6 @@
 #![feature(toowned_clone_into)]
 #![feature(try_reserve_kind)]
 #![feature(vec_into_raw_parts)]
-#![feature(slice_concat_trait)]
 //
 // Library features (unwind):
 #![feature(panic_unwind)]