mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 20:10:34 +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