rust-clippy/clippy_lints
Philipp Krones 3ec2859cf2
Implement release subcommand in clippy_dev
This is a QoL improvement for doing releases. The `release bump_version`
subcommand increments the version in all relevant `Cargo.toml` files. The
`release commit` command will only work with the new Josh syncs. Until then the
old way, using `git log` has to be used.
2024-11-15 20:52:08 +01:00
..
src Rename all clippy_config::msrvs -> clippy_utils::msrvs 2024-11-15 19:38:09 +01:00
Cargo.toml Implement release subcommand in clippy_dev 2024-11-15 20:52:08 +01:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.