Skip to content

Commit f59e8af

Browse files
authored
Rollup merge of #102838 - RalfJung:miri-bootstrap, r=oli-obk
remove cfg(bootstrap) from Miri Looks like this was forgotten in the bootstrap bump. r? `@oli-obk`
2 parents deb93ca + d47d390 commit f59e8af

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/tools/miri/cargo-miri/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg_attr(bootstrap, feature(let_else))]
21
#![allow(clippy::useless_format, clippy::derive_partial_eq_without_eq, rustc::internal)]
32

43
#[macro_use]

src/tools/miri/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#![feature(is_some_and)]
1111
#![feature(nonzero_ops)]
1212
#![feature(local_key_cell_methods)]
13-
#![cfg_attr(bootstrap, feature(let_else))]
1413
// Configure clippy and other lints
1514
#![allow(
1615
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)