Simplify SourceBinder

This commit is contained in:
Aleksey Kladov 2020-02-29 18:32:18 +01:00
parent a6a623dfbb
commit 28332d9b63
6 changed files with 321 additions and 349 deletions

View file

@ -29,7 +29,6 @@ macro_rules! impl_froms {
mod semantics;
pub mod db;
mod source_analyzer;
mod source_binder;
pub mod diagnostics;