Describe the bug
Clippy started failing in main. For example
Given that a new rust version was just released today I suspect it is that clippy has gotten more stringent
https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-180-2024-07-25
To Reproduce
No response
Expected behavior
CI should be passing
Additional context
I believe @nrc has fixed some of these already in #11467, but we got stuck there on tests that only failed once we properly passed through hash_collisions
Describe the bug
Clippy started failing in main. For example
Given that a new rust version was just released today I suspect it is that clippy has gotten more stringent
https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-180-2024-07-25
To Reproduce
No response
Expected behavior
CI should be passing
Additional context
I believe @nrc has fixed some of these already in #11467, but we got stuck there on tests that only failed once we properly passed through
hash_collisions