Rename StructDef -> Struct

This commit is contained in:
Aleksey Kladov
2020-07-30 17:50:40 +02:00
parent 1ae4721c9c
commit 216a5344c8
63 changed files with 163 additions and 163 deletions

View File

@@ -925,7 +925,7 @@ pub(crate) fn handle_code_lens(
matches!(
it.kind,
SyntaxKind::TRAIT_DEF
| SyntaxKind::STRUCT_DEF
| SyntaxKind::STRUCT
| SyntaxKind::ENUM_DEF
| SyntaxKind::UNION
)