1
Fork 0

Revert "Implement [OsStr]::join", which was merged without FCP

This reverts commit 4fcbc53820.
This commit is contained in:
Thom Chiovoloni 2022-05-08 09:37:36 -07:00
parent 8fbd92d0b9
commit df446cb2af
No known key found for this signature in database
GPG key ID: E2EFD4309E11C8A8
3 changed files with 0 additions and 33 deletions

View file

@ -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)]