rust/clippy_dev/src
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
..
setup Add cargo dev setup toolchain 2024-04-16 18:28:07 +00:00
dogfood.rs Merge commit '371120bdbf' into clippyup 2023-05-05 17:45:49 +02:00
fmt.rs Add cargo dev setup toolchain 2024-04-16 18:28:07 +00:00
lib.rs Add cargo dev setup toolchain 2024-04-16 18:28:07 +00:00
lint.rs Set RUSTC_ICE=0 in uitests and cargo dev lint 2024-04-01 17:05:55 +02:00
main.rs Type safe CLI implementation for clippy-dev 2024-05-03 11:36:42 +02:00
new_lint.rs Type safe CLI implementation for clippy-dev 2024-05-03 11:36:42 +02:00
serve.rs Type safe CLI implementation for clippy-dev 2024-05-03 11:36:42 +02:00
update_lints.rs Type safe CLI implementation for clippy-dev 2024-05-03 11:36:42 +02:00