Remove let_chains feature

This commit is contained in:
Cameron Steffen 2025-06-29 13:06:21 -05:00
parent ed2d759783
commit dc9879cb3d
39 changed files with 1053 additions and 1194 deletions

View file

@ -1,3 +1,5 @@
// rustfmt-edition: 2024
fn main() {
if let x = x && x {}

View file

@ -1,3 +1,5 @@
// rustfmt-edition: 2024
fn main() {
if let x = x
&& x