mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
1aad7541db
Fix FPs about generic args Fix 2 false positives in [`use_self`] and [`useless_conversion`] lints, by taking into account generic args and comparing them. Fixes: #7205 Fixes: #7206 changelog: Fix FPs about generic args in [`use_self`] and [`useless_conversion`] lints