Commit 9f70181
fix: update clippy lint names and remove unused import
- Update lint names to use clippy:: prefix (redundant_closure, etc.)
- Add new lints to CI allow list:
- clippy::unnecessary_lazy_evaluations
- clippy::redundant_closure
- clippy::wildcard_in_or_patterns
- unused_imports
- renamed_and_removed_lints
- Remove unused std::ptr import from platform/linux.rs
Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>1 parent 5899856 commit 9f70181
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments