Commit ffe291c
committed
fix: resolve 5 clippy warnings (unused imports, method naming, dead code)
- chess/fingerprint.rs: remove unused VsaOps import
- qualia/felt_parse.rs: rename from_str to parse (avoid std trait confusion)
- qualia/agent_state.rs: rename from_str to parse (same reason)
- bin/server.rs: fix unused assignment + collapsible if
https://claude.ai/code/session_01PJXVVtCXFi2BvJMrM8gmwE1 parent 3079c3c commit ffe291c
4 files changed
Lines changed: 18 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3228 | 3228 | | |
3229 | 3229 | | |
3230 | 3230 | | |
3231 | | - | |
3232 | | - | |
3233 | 3231 | | |
3234 | 3232 | | |
3235 | 3233 | | |
| |||
3244 | 3242 | | |
3245 | 3243 | | |
3246 | 3244 | | |
3247 | | - | |
3248 | | - | |
3249 | | - | |
3250 | | - | |
| 3245 | + | |
| 3246 | + | |
| 3247 | + | |
| 3248 | + | |
3251 | 3249 | | |
3252 | 3250 | | |
3253 | 3251 | | |
3254 | 3252 | | |
3255 | | - | |
| 3253 | + | |
3256 | 3254 | | |
3257 | 3255 | | |
3258 | | - | |
| 3256 | + | |
3259 | 3257 | | |
3260 | 3258 | | |
3261 | 3259 | | |
3262 | 3260 | | |
3263 | | - | |
3264 | | - | |
| 3261 | + | |
| 3262 | + | |
3265 | 3263 | | |
3266 | 3264 | | |
3267 | 3265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
923 | 923 | | |
924 | 924 | | |
925 | 925 | | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | | - | |
| 1152 | + | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
| |||
0 commit comments