We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc669a4 + d421e31 commit 3b24041Copy full SHA for 3b24041
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/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