Commit 1fa1453
Terraphim CI
fix(usage-cli-commands): resolve clippy warnings for CI
- Fix LegacyTerm missing #[derive(Deserialize)] in terraphim_automata
- Remove clone_on_copy for u64 IDs in builder.rs
- Suppress dead_code warnings on deserialization-only structs (ZaiApiResponse, ZaiLimit, ZaiSubscription, ClaudeProvider)
- Remove unused imports (MetricLine, ProgressFormat) from claude.rs
- Replace redundant closures with variant constructors in store.rs
- Remove unnecessary i64-to-i64 cast in ExecutionRecord::duration_ms
- Add #[allow(dead_code)] on unused utility functions
Refs #2291 parent 9c8dd28 commit 1fa1453
10 files changed
Lines changed: 1195 additions & 282 deletions
File tree
- crates
- terraphim_automata/src
- terraphim_usage
- src
- providers
- docs/plans
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
| 162 | + | |
| 163 | + | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | | - | |
| 175 | + | |
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
357 | 358 | | |
| 359 | + | |
358 | 360 | | |
359 | 361 | | |
360 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
0 commit comments