mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Split SymbolKind::Function into Function and Method
This commit is contained in:
parent
c8f6655327
commit
23fff55f0c
20 changed files with 150 additions and 124 deletions
|
@ -346,6 +346,7 @@ pub enum SymbolKind {
|
|||
Enum,
|
||||
Field,
|
||||
Function,
|
||||
Method,
|
||||
Impl,
|
||||
Label,
|
||||
LifetimeParam,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue