Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db34e35

Browse files
committedAug 13, 2020
fix duplicated feature gate
1 parent 76b99d5 commit db34e35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎library/alloc/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
#![feature(alloc_layout_extra)]
133133
#![feature(try_trait)]
134134
#![feature(associated_type_bounds)]
135-
#![feature(raw_ref_op)]
136135
// Allow testing this library
137136

138137
#[cfg(test)]

0 commit comments

Comments
 (0)
Please sign in to comment.