rust/crates/ide_completion/src
bors[bot] c5c11b87cc
Merge #10720
10720: fix: Don't ascribe types in pattern completion for param patterns twice r=Veykril a=Veykril

Fixes #10323
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-11-08 13:12:03 +00:00
..
completions Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
render Merge #10720 2021-11-08 13:12:03 +00:00
tests Don't ascribe types in pattern completion for patterns twice 2021-11-05 18:39:36 +01:00
completions.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs Add test for current incorrect behaviour 2021-11-08 14:10:26 +01:00
item.rs Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
lib.rs Add Semantics::original_ast_node for upmapping nodes out of macro files 2021-11-03 21:12:36 +01:00
patterns.rs Simplify 2021-10-11 21:49:50 +02:00
render.rs Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
snippet.rs Improve user snippet import performance 2021-10-12 11:48:37 +02:00
tests.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00