kill code_model_impl

This commit is contained in:
Aleksey Kladov 2019-05-23 21:13:22 +03:00
parent ce82fbfc44
commit 0e57d58dd0
5 changed files with 64 additions and 89 deletions

View file

@ -43,7 +43,6 @@ mod resolve;
pub mod diagnostics;
mod code_model_api;
mod code_model_impl;
#[cfg(test)]
mod marks;