rust/clippy_lints
bors 392b255280 Auto merge of #11712 - Alexendoo:remove-internal-warn, r=dswij
Remove the `internal_warn` lint category

`LINT_AUTHOR` and `DUMP_HIR` can be removed since their corresponding lint passes are only used for side effects

The metadata collector lint can be made an `internal` lint since `clippy::internal` is set to deny when running the collector

Also renames some internal lints/passes

changelog: none
2023-10-26 18:50:26 +00:00
..
src Auto merge of #11712 - Alexendoo:remove-internal-warn, r=dswij 2023-10-26 18:50:26 +00:00
Cargo.toml Hide config implementation details from public docs 2023-10-24 11:52:17 +00:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.