diff options
| author | est31 <MTest31@outlook.com> | 2022-02-04 10:13:48 +0100 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2022-09-15 21:21:18 +0200 |
| commit | 2be8b7332819d9819502f54e45a2c70f1f9903cf (patch) | |
| tree | dc85558a6ce808fefe9401e2b353051dbea92f70 /clippy_dev | |
| parent | dcc615391961439b919cae506fd5605d0752b063 (diff) | |
| download | rust-2be8b7332819d9819502f54e45a2c70f1f9903cf.tar.gz rust-2be8b7332819d9819502f54e45a2c70f1f9903cf.zip | |
Fix clippy
Diffstat (limited to 'clippy_dev')
| -rw-r--r-- | clippy_dev/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs index 82574a8e64b..54c7456a2a3 100644 --- a/clippy_dev/src/lib.rs +++ b/clippy_dev/src/lib.rs @@ -1,5 +1,5 @@ #![feature(let_chains)] -#![feature(let_else)] +#![cfg_attr(bootstrap, feature(let_else))] #![feature(once_cell)] #![feature(rustc_private)] #![cfg_attr(feature = "deny-warnings", deny(warnings))] |
