Skip to content

Commit 3b24041

Browse files
authored
Rollup merge of rust-lang#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 cc669a4 + d421e31 commit 3b24041

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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/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)