diff options
| author | joboet <jonasboettiger@icloud.com> | 2023-01-17 18:55:44 +0100 |
|---|---|---|
| committer | joboet <jonasboettiger@icloud.com> | 2023-01-17 18:55:44 +0100 |
| commit | be9c363066088f0a560d181a19ee852e95da6c23 (patch) | |
| tree | 027ca0612f681c76db431c80c35333ef6da08a77 | |
| parent | 159ba8a92c9e2fa4121f106176309521f4af87e9 (diff) | |
| download | rust-be9c363066088f0a560d181a19ee852e95da6c23.tar.gz | |
refactor[alloc]: remove unused box syntax feature
| -rw-r--r-- | library/alloc/tests/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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)] |
