mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
444ef3e4d5
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