mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
34e9e6dff1
Before, there was more or less duplicated suggestions to add type hints. Fix by clearing more generic suggestions when a more specific suggestion is possible. This fixes #93506 .