feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.63k stars 143 forks source link

Build failing on clippy::needless_borrow #447

Closed koskja closed 3 years ago

koskja commented 3 years ago

Description

Build fails every time due to a new(?) lint that affects the entire codebase. When I ran the same command used in the build script, the lint wasn't turned on.

Fixes

Fix all code to stop clippy from complaining or just disable the lint.