mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-25 12:44:42 +00:00
1456: Deduplicate method candidates r=matklad a=flodiebold With trait method completion + autoderef, we were getting a lot of duplicates, which was really annoying... Co-authored-by: Florian Diebold <flodiebold@gmail.com>