chore: cargo fmt + fix clippy warnings #14
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/fmt-clippy"
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?
Apply rustfmt across workspace; run cargo clippy --fix and hand-patch
remaining lints (too_many_arguments, doc list formatting, dead code,
redundant patterns) so .forgejo/workflows/check.yml passes. No
behavior changes.