Skip to content

Commit

Permalink
Rollup merge of #106992 - joboet:alloc_remove_box_syntax, r=thomcc
Browse files Browse the repository at this point in the history
Remove unused `#![feature(box_syntax)]` in `alloc`
  • Loading branch information
matthiaskrgr committed Jan 18, 2023
2 parents 9e46c24 + be9c363 commit 47ccca0
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 47ccca0

Please sign in to comment.