diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 7bc9aa69be98e..97765c36d9300 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -144,7 +144,6 @@ #![feature(associated_type_bounds)] #![feature(slice_group_by)] #![feature(decl_macro)] -#![feature(bindings_after_at)] // Allow testing this library #[cfg(test)]