rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.87k stars 357 forks source link

Add link to a list of all clippy lints #216

Closed simonsan closed 3 years ago

pickfire commented 3 years ago

How is it related to the context?

simonsan commented 3 years ago

How is it related to the context?

It's a list of lints with filters, so you can easily filter out deprecated ones or for groups. Good to have an overview.