-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit 01b52b9
committed
xtask: Allow clippy::collapsible_if lint
Let-chains are being stabilized in 1.88, so this lint triggers on nightly. Since
current stable is 1.87, we can't change the code to fix this lint, and we also
can't use `expect` here. For now, the best solution is just to allow the lint.1 parent ca957ae commit 01b52b9
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
|
0 commit comments