]> git.lizzy.rs Git - rust.git/commit
Auto merge of #12475 - Veykril:trait-impl-completion, r=Veykril
authorbors <bors@rust-lang.org>
Sun, 5 Jun 2022 18:29:59 +0000 (18:29 +0000)
committerbors <bors@rust-lang.org>
Sun, 5 Jun 2022 18:29:59 +0000 (18:29 +0000)
commitad6810e90bf89a4ef0ae21349d077050bc2a4fa2
treede347859e50d214f39f36278d95ceae01c70a562
parent995a17fbd9f7cdedfdafec946b1d9e44eff448b4
parent0be31d945e380471c0183884f57af85b812d6497
Auto merge of #12475 - Veykril:trait-impl-completion, r=Veykril

fix: Fix trait impl completions using wrong insert position

Fixes https://github.com/rust-lang/rust-analyzer/issues/12474