Skip to content

Commit d537fa1

Browse files
committed
no?
1 parent 48bcecc commit d537fa1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

library/alloc/tests/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#![feature(cow_is_borrowed)]
77
#![feature(core_intrinsics)]
88
#![feature(downcast_unchecked)]
9-
#![feature(extract_if)]
109
#![feature(exact_size_is_empty)]
1110
#![feature(hashmap_internals)]
1211
#![feature(linked_list_cursors)]

src/tools/miri/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#![feature(derive_coerce_pointee)]
1818
#![feature(arbitrary_self_types)]
1919
#![feature(unsigned_is_multiple_of)]
20-
#![cfg_attr(bootstrap, feature(extract_if))]
2120
// Configure clippy and other lints
2221
#![allow(
2322
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)