mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Make call_info a part of ide_db
This commit is contained in:
parent
8d3d509af7
commit
b6ea56ea09
11 changed files with 14 additions and 53 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
use indexmap::IndexMap;
|
||||
|
||||
use call_info::FnCallNode;
|
||||
use hir::Semantics;
|
||||
use ide_db::call_info::FnCallNode;
|
||||
use ide_db::RootDatabase;
|
||||
use syntax::{ast, match_ast, AstNode, TextRange};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue