From df446cb2afd1d968abe4ac47cb8cb4076730a4f0 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 8 May 2022 09:37:36 -0700 Subject: Revert "Implement [OsStr]::join", which was merged without FCP This reverts commit 4fcbc53820ab423bbeb41f07822369aa05da1d68. --- library/std/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'library/std/src/lib.rs') 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)] -- cgit 1.4.1-3-g733a5