Commit 058389f
committed
fix: resolve all clippy -D warnings failures
- core/utils.rs: remove unreachable thread::sleep + attempt increment after
a match where every arm diverges (return/continue/exit)
- commands/base.rs: annotate run_callback with #[allow(clippy::too_many_arguments)]
(pre-existing 10-param signature; refactor is out of scope here)
- core/templating.rs: introduce SqlQueriesResult type alias to satisfy
clippy::type_complexity on load_sql_queries return type
https://claude.ai/code/session_01HcAKNRjjQRn7TywY28zv1Y1 parent 46a1958 commit 058389f
3 files changed
Lines changed: 8 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
509 | 510 | | |
510 | 511 | | |
511 | 512 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 76 | + | |
| 77 | + | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
84 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | 722 | | |
726 | 723 | | |
727 | 724 | | |
| |||
0 commit comments