moka-rs / moka

A high performance concurrent caching library for Rust
Apache License 2.0
1.56k stars 69 forks source link

Fix Clippy warnings (v0.12.x) #413

Closed tatsuya6502 closed 5 months ago

tatsuya6502 commented 5 months ago

This PR fixes Clippy warnings for moka v0.12.x.

NOTE: Miri test is failing now. It will be tracked by #414.