mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Complete inherent methods
This commit is contained in:
parent
082ef52bcb
commit
d0bdaa6c00
3 changed files with 63 additions and 4 deletions
|
@ -69,6 +69,7 @@ impl Conv for CompletionItemKind {
|
|||
CompletionItemKind::TypeAlias => Struct,
|
||||
CompletionItemKind::Const => Constant,
|
||||
CompletionItemKind::Static => Value,
|
||||
CompletionItemKind::Method => Method,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue