summaryrefslogtreecommitdiff
path: root/exercises/clippy/clippy1.rs
AgeCommit message (Collapse)Author
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2022-07-15feat(clippy): add clippy3mokou
2021-12-15fix(clippy1): Updated code to test correctness clippy lint with ↵Franklin van Nes
approx_constant lint rule closes #888
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