mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
00a4418158
Do not suggest borrow that is already there in fully-qualified call
When encountering `&str::from("value")` do not suggest `&&str::from("value")`.
Fix #132041.