chore(clippy): resolve -D warnings across the workspace #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/8/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clears the pre-existing
cargo clippy --all -- -D warningsfailures so the CI lint step (added in #5) is green.Changes
uninlined_format_args) acrossar-editandar-edit-core— the bulk of the diff, mechanical (format!("{}", x)→format!("{x}")), applied viacargo clippy --fix.doc_lazy_continuation).accept()loop aswhile let(while_let_loop).#[cfg(unix)]left aboveenum HostStatusby an earlier refactor (duplicated_attributes).Verification
cargo clippy --all -- -D warnings→ clean (this is the CI command).cargo fmt --all -- --check→ clean.cargo test --workspace→ 1399 passed.Out of scope: test-target lints under
--all-targets(deprecatedassert_cmd::cargo_bin,type_complexity) are pre-existing and not in the CI path; left as-is.🤖 Generated with Claude Code