rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
113 stars 45 forks source link

Fix clippy lints across all crates #423

Closed Dekkonot closed 3 months ago

Dekkonot commented 3 months ago

babe wake up, new clippy version just dropped, and with it new lints.

Mostly in this case it was that we were using outdated stuff. Some dead code in rbx_reflector but we're ignoring it since we need it for Serde (well, we don't, but it'd be weird to just ignore all unknown values in the API dump)