rust-rustlings-Gege-Wang/exercises/clippy
github-classroom[bot] 81b66a6126
Initial commit
2023-04-02 07:52:18 +00:00
..
README.md Initial commit 2023-04-02 07:52:18 +00:00
clippy1.rs Initial commit 2023-04-02 07:52:18 +00:00
clippy2.rs Initial commit 2023-04-02 07:52:18 +00:00
clippy3.rs Initial commit 2023-04-02 07:52:18 +00: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