1
Fork 0

Stabilize toowned_clone_into

This commit is contained in:
Yuki Okushi 2022-05-28 01:07:45 +09:00
parent 56fd680cf9
commit 846f134cd3
No known key found for this signature in database
GPG key ID: 379CEEFDD63E5DD7
2 changed files with 1 additions and 3 deletions

View file

@ -298,7 +298,6 @@
#![feature(map_try_insert)]
#![feature(new_uninit)]
#![feature(thin_box)]
#![feature(toowned_clone_into)]
#![feature(try_reserve_kind)]
#![feature(vec_into_raw_parts)]
//