Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clippy error with new Rust 1.65 release (#725)
Rust 1.65 was recently released which added some new clippy rules. This commit fixes the failure reported when running clippy with 1.65. This would have caused a CI failure as we start using the new rust version in CI.
- Loading branch information