rust/compiler/rustc_lint
Joshua Nelson 68088026ed
Rollup merge of #82620 - jyn514:apply-renamed-lints, r=Manishearth
Apply lint restrictions from renamed lints

Previously, if you denied the old name of a renamed lint, it would warn
about using the new name, but otherwise do nothing. Now, it will behave
the same as if you'd used the new name.

Fixes https://github.com/rust-lang/rust/issues/82615.

r? `@ehuss`
2021-03-01 11:25:08 -05:00
..
src Rollup merge of #82620 - jyn514:apply-renamed-lints, r=Manishearth 2021-03-01 11:25:08 -05:00
Cargo.toml Add `--extern-loc` to augment unused crate dependency diagnostics 2021-02-07 14:54:20 -08:00