Make call_info a part of ide_db

This commit is contained in:
Igor Aleksanov 2020-10-24 11:07:10 +03:00
parent 8d3d509af7
commit b6ea56ea09
11 changed files with 14 additions and 53 deletions

View file

@ -12,6 +12,7 @@ pub mod imports_locator;
pub mod source_change;
pub mod ty_filter;
pub mod traits;
pub mod call_info;
use std::{fmt, sync::Arc};