We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7927f09 commit a7cdfafCopy full SHA for a7cdfaf
src/tools/miri/cargo-miri/src/main.rs
@@ -1,3 +1,4 @@
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,6 +10,7 @@
10
#![feature(is_some_with)]
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