rust/clippy_lints
bors 79a439a48a Auto merge of #9370 - mikerite:20220824_ty_contains, r=Jarcho
Replace `contains_ty(..)` with `Ty::contains(..)`

This removes some code we don't need and the method syntax is
also more readable IMO.

changelog: none
2022-08-24 13:34:32 +00:00
..
2022-08-11 19:26:38 +02:00

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