rust/book
bors d8e76ecaf1 Auto merge of #12596 - ARandomDev99:issue-12595, r=Alexendoo
Modify lint pass note for consistency with the book

This PR:
- removes the note which appears when an early lint pass is created using `cargo dev new_lint`.
- adds a note that encourages contributors to use an early pass unless type information is needed if a late lint pass is created using `cargo dev new_lint`.

Late pass remains the default value if no pass is specified as most lints use late pass.

Closes #12595

changelog: none
2024-04-30 12:51:27 +00:00
..
src Auto merge of #12596 - ARandomDev99:issue-12595, r=Alexendoo 2024-04-30 12:51:27 +00:00
book.toml
README.md

Clippy Book

This is the source for the Clippy Book. See the book for more information.