From be9c363066088f0a560d181a19ee852e95da6c23 Mon Sep 17 00:00:00 2001 From: joboet Date: Tue, 17 Jan 2023 18:55:44 +0100 Subject: [PATCH] refactor[alloc]: remove unused box syntax feature --- library/alloc/tests/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/alloc/tests/lib.rs b/library/alloc/tests/lib.rs index d6d2b055b23..2a93a242d51 100644 --- a/library/alloc/tests/lib.rs +++ b/library/alloc/tests/lib.rs @@ -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)] -- 2.44.0