mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
8b72b7251c
Autogenerate new lints Add option in clippy_dev to automatically generate boilerplate code for adding new lints example: `./util/dev new_lint --name=iter_nth_zero --type=late` Fixes #4942 changelog: none