Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 170 Bytes

File metadata and controls

4 lines (3 loc) · 170 Bytes

Clippy

Clippy is Rust's default linting tool. It should always be used and enforced by CI. Luckily Clippy comes with great defaults, so no configuration is necessary.