mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Introduce SymbolKind::Derive
This commit is contained in:
parent
642c1eb720
commit
e4f2d0e3a8
12 changed files with 125 additions and 105 deletions
|
@ -149,6 +149,7 @@ pub enum SymbolKind {
|
|||
BuiltinAttr,
|
||||
Const,
|
||||
ConstParam,
|
||||
Derive,
|
||||
Enum,
|
||||
Field,
|
||||
Function,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue