Commit 502924d
committed
Fix pre-existing clippy errors in buck2_query and starlark
- Remove redundant `v as u32` cast in deps() where v is already u32
- Suppress extra_unused_type_parameters on DeserTypeId::of<T>() stub
(T is needed for API compatibility but unused in the non-pagable stub)
Made-with: Cursor1 parent 93917d7 commit 502924d
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments