Skip to content

Conversation

nico-abram
Copy link

This PR fixes clippy lints that showed up on clippy 1.56.1

Lints that showed up multiple times were:

  • Add clippy:: prefix to lint allow()s
  • Use matches!
  • Replace range check with (a..b).contains()
  • Remove unnecessary 'static from statics

@hsivonen
Copy link
Owner

hsivonen commented Apr 3, 2024

I acknowledge that I have seen this, but I haven't had the time to evaluate this for performance impact.

@Nopey Nopey mentioned this pull request Aug 3, 2025
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