mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 21:15:33 +00:00
Register the generated lints from `cargo dev new_lint` How to register a lint was something that took me a couple reads to figure out, this will hopefully make that easier. It appends the created lint to the end of the list when running `cargo dev new_lint` changelog: none