We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents deb93ca + d47d390 commit f59e8afCopy full SHA for f59e8af
src/tools/miri/cargo-miri/src/main.rs
@@ -1,4 +1,3 @@
1
-#![cfg_attr(bootstrap, feature(let_else))]
2
#![allow(clippy::useless_format, clippy::derive_partial_eq_without_eq, rustc::internal)]
3
4
#[macro_use]
src/tools/miri/src/lib.rs
@@ -10,7 +10,6 @@
10
#![feature(is_some_and)]
11
#![feature(nonzero_ops)]
12
#![feature(local_key_cell_methods)]
13
14
// Configure clippy and other lints
15
#![allow(
16
clippy::collapsible_else_if,
0 commit comments