We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bcecc commit d537fa1Copy full SHA for d537fa1
library/alloc/tests/lib.rs
@@ -6,7 +6,6 @@
6
#![feature(cow_is_borrowed)]
7
#![feature(core_intrinsics)]
8
#![feature(downcast_unchecked)]
9
-#![feature(extract_if)]
10
#![feature(exact_size_is_empty)]
11
#![feature(hashmap_internals)]
12
#![feature(linked_list_cursors)]
src/tools/miri/src/lib.rs
@@ -17,7 +17,6 @@
17
#![feature(derive_coerce_pointee)]
18
#![feature(arbitrary_self_types)]
19
#![feature(unsigned_is_multiple_of)]
20
-#![cfg_attr(bootstrap, feature(extract_if))]
21
// Configure clippy and other lints
22
#![allow(
23
clippy::collapsible_else_if,
0 commit comments