Skip to content

Commit

Permalink
refactor[alloc]: remove unused box syntax feature
Browse files Browse the repository at this point in the history
  • Loading branch information
joboet committed Jan 17, 2023
1 parent 159ba8a commit be9c363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/alloc/tests/lib.rs
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down

0 comments on commit be9c363

Please sign in to comment.