Rollup merge of #106992 - joboet:alloc_remove_box_syntax, r=thomcc

Remove unused `#![feature(box_syntax)]` in `alloc`
This commit is contained in:
Matthias Krüger 2023-01-18 06:59:21 +01:00 committed by GitHub
commit 47ccca0c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
#![feature(allocator_api)]
#![feature(alloc_layout_extra)]
#![feature(assert_matches)]
#![feature(box_syntax)]
#![feature(btree_drain_filter)]
#![feature(cow_is_borrowed)]
#![feature(const_box)]