Remove let_chains feature
This commit is contained in:
parent
ed2d759783
commit
dc9879cb3d
39 changed files with 1053 additions and 1194 deletions
|
|
@ -1,3 +1,5 @@
|
|||
// rustfmt-edition: 2024
|
||||
|
||||
fn main() {
|
||||
if let x = x && x {}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// rustfmt-edition: 2024
|
||||
|
||||
fn main() {
|
||||
if let x = x
|
||||
&& x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue