Commit 08439a4
authored
fix(clippy): allow unnecessary_sort_by and iter_without_into_iter lints (#555)
These lints cause too many false positives across the codebase.
- unnecessary_sort_by: Many valid uses for reverse sorting patterns
- iter_without_into_iter: Not all iter() methods need IntoIterator1 parent 60a4d8d commit 08439a4
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
392 | 396 | | |
393 | 397 | | |
394 | 398 | | |
| |||
0 commit comments