diff options
| author | marcusdunn <marcus.s.dunn@gmail.com> | 2021-06-02 21:29:21 -0700 |
|---|---|---|
| committer | marcusdunn <marcus.s.dunn@gmail.com> | 2021-06-04 09:42:50 -0700 |
| commit | 5f9e33f680a4e8caac9f02bb0908d031a2dbaca0 (patch) | |
| tree | 22e77c4d48a3e3df33585ed0ff50668f179826db | |
| parent | efc5714e59608b6f9f50481aca41a3ffa6160ea4 (diff) | |
| download | rust-5f9e33f680a4e8caac9f02bb0908d031a2dbaca0.tar.gz rust-5f9e33f680a4e8caac9f02bb0908d031a2dbaca0.zip | |
removed ref to bindings_after_at
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 7bc9aa69be9..97765c36d93 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)] |
