rustlings_solutions/clippy
2024-01-17 14:52:52 -05:00
..
target ye 2024-01-17 14:52:52 -05:00
Cargo.lock ye 2024-01-17 14:52:52 -05:00
Cargo.toml ye 2024-01-17 14:52:52 -05:00
clippy1.rs ye 2024-01-17 14:52:52 -05:00
clippy2.rs ye 2024-01-17 14:52:52 -05:00
clippy3.rs ye 2024-01-17 14:52:52 -05:00
README.md ye 2024-01-17 14:52:52 -05:00

Clippy

The Clippy tool is a collection of lints to analyze your code so you can catch common mistakes and improve your Rust code.

If you used the installation script for Rustlings, Clippy should be already installed. If not you can install it manually via rustup component add clippy.

Further information