rustlings/exercises/clippy
perro tuerto 5ac6421498 Ejercicios 89/94/ 2023-03-09 10:44:05 -08:00
..
README.md docs(exercises): updated all exercises readme files 2021-04-23 19:54:31 +02:00
clippy1.rs Ejercicios 89/94/ 2023-03-09 10:44:05 -08:00
clippy2.rs Ejercicios 89/94/ 2023-03-09 10:44:05 -08:00
clippy3.rs Ejercicios 89/94/ 2023-03-09 10:44:05 -08:00

README.md

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