https://github.com/missingdays/rust-clippy-test
https://github.com/missingdays/rust-clippy-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/missingdays/rust-clippy-test
- Owner: missingdays
- Created: 2021-08-05T14:16:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T11:25:05.000Z (over 3 years ago)
- Last Synced: 2025-02-05T05:45:38.929Z (about 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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
- [GitHub Repository](https://github.com/rust-lang/rust-clippy).