From 5f9e33f680a4e8caac9f02bb0908d031a2dbaca0 Mon Sep 17 00:00:00 2001 From: marcusdunn Date: Wed, 2 Jun 2021 21:29:21 -0700 Subject: [PATCH] removed ref to bindings_after_at --- library/alloc/src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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)]