rust-clippy/clippy_dev
Philipp Krones a0d562a183
Type safe CLI implementation for clippy-dev
Use the derive feature of `clap` to generate CLI of clippy-dev. Adding new
commands will be easier in the future and we get better compile time checking
through exhaustive matching.
2024-05-03 11:36:42 +02:00
..
src Type safe CLI implementation for clippy-dev 2024-05-03 11:36:42 +02:00
Cargo.toml Type safe CLI implementation for clippy-dev 2024-05-03 11:36:42 +02:00