rustlings/exercises/clippy
huganardo 7da4ad469a First commit updating my worked solution so far
This commit is mainly to test to see if the readme.md updates when I change it 👍
2023-07-31 15:37:06 +10:00
..
clippy1.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
clippy2.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
clippy3.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02: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