rust-clippy icon indicating copy to clipboard operation
rust-clippy copied to clipboard

Add new lint `shadow_type_generic`

Open devodev opened this issue 5 months ago • 9 comments

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

devodev avatar Jun 22 '25 23:06 devodev