Move TypeAlias to hir_def

This commit is contained in:
Aleksey Kladov 2019-11-22 12:57:40 +03:00
parent d59bf33b9e
commit 4fc900deb1
6 changed files with 16 additions and 20 deletions

View file

@ -32,7 +32,6 @@ pub mod db;
pub mod source_binder;
mod ids;
mod type_alias;
mod ty;
mod impl_block;
mod expr;