Skip to content

Fix beta clippy format borrow warnings#204

Merged
bbqsrc merged 1 commit into
bbqsrc:mainfrom
StantonMatt:fix-beta-nightly-clippy-format-borrows
Jun 2, 2026
Merged

Fix beta clippy format borrow warnings#204
bbqsrc merged 1 commit into
bbqsrc:mainfrom
StantonMatt:fix-beta-nightly-clippy-format-borrows

Conversation

@StantonMatt

Copy link
Copy Markdown
Contributor

This follows up on #203 after the main push run hit beta/nightly clippy failures:

https://github.com/bbqsrc/cargo-ndk/actions/runs/26822863965

The failing jobs all stop in cargo clippy -- -D warnings on clippy::useless-borrows-in-formatting. This removes the redundant formatting borrows that current beta/nightly now report as warnings, without changing the formatted values.

Local checks:

  • cargo fmt --all -- --check
  • cargo clippy -- -D warnings
  • cargo test
  • git diff --check

Review gate:

  • review-fix-loop clean: no correctness issues found

Signed-off-by: Matthew Stanton <stantonmatthewj@gmail.com>
@bbqsrc bbqsrc merged commit b3d8e0d into bbqsrc:main Jun 2, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants