mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Rename NomialDef -> AdtDef
This commit is contained in:
parent
3d28292157
commit
76202a2c73
5 changed files with 28 additions and 28 deletions
|
@ -426,7 +426,7 @@ ExternItemList =
|
|||
MetaItem =
|
||||
Path '=' AttrInput nested_meta_items:MetaItem*
|
||||
|
||||
NominalDef =
|
||||
AdtDef =
|
||||
StructDef
|
||||
| EnumDef
|
||||
| UnionDef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue