mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Rename Type => TypeAlias
This commit is contained in:
parent
61d9612633
commit
bd8ed644e4
12 changed files with 57 additions and 43 deletions
|
@ -72,5 +72,5 @@ pub use self::code_model_api::{
|
|||
Function, FnSignature,
|
||||
StructField, FieldSource,
|
||||
Static, Const,
|
||||
Trait, Type,
|
||||
Trait, TypeAlias,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue