Skip to content

Commit 47ccca0

Browse files
authored
Rollup merge of rust-lang#106992 - joboet:alloc_remove_box_syntax, r=thomcc
Remove unused `#![feature(box_syntax)]` in `alloc`
2 parents 9e46c24 + be9c363 commit 47ccca0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/alloc/tests/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![feature(allocator_api)]
22
#![feature(alloc_layout_extra)]
33
#![feature(assert_matches)]
4-
#![feature(box_syntax)]
54
#![feature(btree_drain_filter)]
65
#![feature(cow_is_borrowed)]
76
#![feature(const_box)]

0 commit comments

Comments
 (0)