Split parts of ide_db::call_info off into ide

This commit is contained in:
Lukas Wirth 2021-11-22 13:19:46 +01:00
parent 54b2de45e1
commit 77f08d0fc3
9 changed files with 765 additions and 752 deletions

View file

@ -13,12 +13,12 @@ pub mod items_locator;
pub mod source_change;
pub mod ty_filter;
pub mod traits;
pub mod call_info;
pub mod helpers;
pub mod path_transform;
pub mod search;
pub mod rename;
pub mod active_parameter;
use std::{fmt, mem::ManuallyDrop, sync::Arc};