Go through the documentation for both and see if there are warnings that should be enabled: - [https://doc.rust-lang.org/rustc/lints/index.html](https://doc.rust-lang.org/rustc/lints/index.html) - [https://rust-lang.github.io/rust-clippy/master/index.html](https://rust-lang.github.io/rust-clippy/master/index.html) - [https://doc.rust-lang.org/clippy/lints.html](https://doc.rust-lang.org/clippy/lints.html)
Go through the documentation for both and see if there are warnings that should be enabled: