mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
07c5e9edb5
Fix FP in `to_string_in_display` Don't emit a lint when `.to_string()` on anything that is not `self` Fix #5967 changelog: Fix FP in `to_string_in_display` when calling `.to_string()` on anything that is not `self`