Skip to content

Clippy cleanup#687

Merged
asomers merged 1 commit into
masterfrom
clippy-june-2026
Jun 21, 2026
Merged

Clippy cleanup#687
asomers merged 1 commit into
masterfrom
clippy-june-2026

Conversation

@asomers

@asomers asomers commented Jun 21, 2026

Copy link
Copy Markdown
Owner
  • Some unit tests trigger unused_imports warnings with the latest rustc. Fix it.
  • Several integration tests trigger clippy::extra_unused_lifetimes warnings with the latest Rustc. The lifetimes really are unused, but are important to the test logic. Suppress them.

* Some unit tests trigger unused_imports warnings with the latest rustc.
  Fix it.
* Several integration tests trigger clippy::extra_unused_lifetimes
  warnings with the latest Rustc.  The lifetimes really are unused, but
  are important to the test logic.  Suppress them.
@asomers asomers merged commit 055886e into master Jun 21, 2026
3 checks passed
@asomers asomers deleted the clippy-june-2026 branch June 21, 2026 21:26
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.

1 participant