mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00

Add completions to show only traits in trait `impl` statement This is prerequisite PR for adding the assist mentioned in #12500 P.S: If wanted, I will add the implementation of the assist in this PR as well.