summaryrefslogtreecommitdiff
path: root/exercises/clippy
AgeCommit message (Collapse)Author
2023-09-15remove hint comments when no hint existsLuka Krmpotic
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2022-07-15fix: re-add missing done commentsmokou
2022-07-15feat(clippy): add clippy3mokou
2022-07-11chore: remove mod.rs files and exercises featuremokou
2022-03-29fix: Include exercises folder in the project structure behind a feature (#917)x-hgg-x
closes #859 closes #913 closes #942
2021-12-15fix(clippy1): Updated code to test correctness clippy lint with ↵Franklin van Nes
approx_constant lint rule closes #888
2021-04-23docs(exercises): updated all exercises readme filesZerotask
all exercises readme files now have a unified structure and a description
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