mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Split parts of ide_db::call_info
off into ide
This commit is contained in:
parent
54b2de45e1
commit
77f08d0fc3
9 changed files with 765 additions and 752 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue