Remove ids module

This commit is contained in:
Aleksey Kladov 2019-11-24 14:25:48 +03:00
parent 53506a7552
commit 9c766db5ff
6 changed files with 33 additions and 41 deletions

View file

@ -31,7 +31,6 @@ pub mod debug;
pub mod db;
pub mod source_binder;
mod ids;
mod ty;
mod impl_block;
mod expr;