README.md (381B)
1 # Clippy 2 3 The Clippy tool is a collection of lints to analyze your code so you can catch common mistakes and improve your Rust code. 4 5 If you used the installation script for Rustlings, Clippy should be already installed. 6 If not you can install it manually via `rustup component add clippy`. 7 8 ## Further information 9 10 - [GitHub Repository](https://github.com/rust-lang/rust-clippy).