rust-analyzer/crates/ide_completion/src
bors[bot] 578269e613
Merge #11093
11093: fix: Do not complete `Drop::drop`, complete `std::mem::drop` instead r=Veykril a=Veykril

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/5005
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-12-22 01:48:31 +00:00
..
completions fix: Do not complete Drop::drop, complete std::mem::drop instead 2021-12-22 02:25:38 +01:00
render Replace a few String instances with SmolStr in completions 2021-12-21 16:57:16 +01:00
tests Fully render type alias completions from hir 2021-12-21 16:36:23 +01:00
completions.rs Simplify function rendering, remove constructor structs 2021-12-21 14:51:06 +01:00
config.rs Simplify 2021-10-11 21:49:50 +02:00
context.rs Merge #11093 2021-12-22 01:48:31 +00:00
item.rs Introduce SymbolKind::Derive 2021-12-04 18:18:09 +01:00
lib.rs Show case-insensitive exact matches instead of fuzzy flyimport for short paths 2021-12-11 14:47:11 +01:00
patterns.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
render.rs fix: Do not complete Drop::drop, complete std::mem::drop instead 2021-12-22 02:25:38 +01:00
snippet.rs Add a few default snippets for VSCode 2021-12-17 16:24:29 +01:00
tests.rs Remove CompletionKind in favor of CompletionItemKind 2021-10-27 17:23:43 +02:00