diff options
| author | DPC <dylan.dpc@gmail.com> | 2020-08-14 01:05:43 +0200 |
|---|---|---|
| committer | DPC <dylan.dpc@gmail.com> | 2020-08-14 01:05:43 +0200 |
| commit | db34e352a7983bf5a4584e93e54362ef45b70b58 (patch) | |
| tree | 8e54a872e7a0e3aecaaa440429ff02571fa7f81e | |
| parent | 76b99d5f1d3eac78a4c4a383e42339fc88affeac (diff) | |
| download | rust-db34e352a7983bf5a4584e93e54362ef45b70b58.tar.gz rust-db34e352a7983bf5a4584e93e54362ef45b70b58.zip | |
fix duplicated feature gate
| -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 4a2c59d976b..ba9c7de4a7f 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -132,7 +132,6 @@ #![feature(alloc_layout_extra)] #![feature(try_trait)] #![feature(associated_type_bounds)] -#![feature(raw_ref_op)] // Allow testing this library #[cfg(test)] |
