summaryrefslogtreecommitdiff
path: root/exercises/clippy
AgeCommit message (Collapse)Author
2020-04-21chore: add explanatory comment to clippy1Steven Mann
2020-02-26feat: Add clippy lintsMario Reder
- adds a new 'clippy' category for exercises - clippy exercises should throw no warnings - install script now also installs clippy is related to https://github.com/rust-lang/rust-clippy/issues/2604