mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Rename EnumDef -> Enum
This commit is contained in:
parent
216a5344c8
commit
609680ef97
35 changed files with 83 additions and 83 deletions
|
@ -581,7 +581,7 @@ macro_rules! to_def_impls {
|
|||
to_def_impls![
|
||||
(crate::Module, ast::Module, module_to_def),
|
||||
(crate::Struct, ast::Struct, struct_to_def),
|
||||
(crate::Enum, ast::EnumDef, enum_to_def),
|
||||
(crate::Enum, ast::Enum, enum_to_def),
|
||||
(crate::Union, ast::Union, union_to_def),
|
||||
(crate::Trait, ast::TraitDef, trait_to_def),
|
||||
(crate::ImplDef, ast::ImplDef, impl_to_def),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue