remove cfg(bootstrap) from Miri
This commit is contained in:
parent
a688a0305f
commit
d47d390703
2 changed files with 0 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
#![cfg_attr(bootstrap, feature(let_else))]
|
|
||||||
#![allow(clippy::useless_format, clippy::derive_partial_eq_without_eq, rustc::internal)]
|
#![allow(clippy::useless_format, clippy::derive_partial_eq_without_eq, rustc::internal)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
#![feature(is_some_and)]
|
#![feature(is_some_and)]
|
||||||
#![feature(nonzero_ops)]
|
#![feature(nonzero_ops)]
|
||||||
#![feature(local_key_cell_methods)]
|
#![feature(local_key_cell_methods)]
|
||||||
#![cfg_attr(bootstrap, feature(let_else))]
|
|
||||||
// Configure clippy and other lints
|
// Configure clippy and other lints
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::collapsible_else_if,
|
clippy::collapsible_else_if,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue