rust-clippy
rust-clippy copied to clipboard
Add new lint `shadow_type_generic`
Add a new restriction lint shadow_type_generic that checks for generic parameters that shadow types in scope.
Closes: rust-lang/rust-clippy#380
changelog: [shadow_type_generic]: new lint
Summary Notes
Managed by @rustbot—see help for details