hawkw / thingbuf

in-place allocation-reusing queues for Rust
MIT License
292 stars 24 forks source link

style: fix `clippy::needless_borrow` lints #73

Closed hawkw closed 2 years ago

hawkw commented 2 years ago

This commit fixes the clippy::needless_borrow lints which were added in a recent Clippy version.