Rename Type => TypeAlias

This commit is contained in:
Florian Diebold 2019-02-24 21:36:49 +01:00
parent 61d9612633
commit bd8ed644e4
12 changed files with 57 additions and 43 deletions

View file

@ -72,5 +72,5 @@ pub use self::code_model_api::{
Function, FnSignature,
StructField, FieldSource,
Static, Const,
Trait, Type,
Trait, TypeAlias,
};