refactor[alloc]: remove unused box syntax feature

This commit is contained in:
joboet 2023-01-17 18:55:44 +01:00
parent 159ba8a92c
commit be9c363066
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C

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