mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Extract call_info and completion into separate crates
This commit is contained in:
parent
2067a410f3
commit
9e7c952bbd
34 changed files with 336 additions and 226 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
use indexmap::IndexMap;
|
||||
|
||||
use call_info::FnCallNode;
|
||||
use hir::Semantics;
|
||||
use ide_db::RootDatabase;
|
||||
use syntax::{ast, match_ast, AstNode, TextRange};
|
||||
|
||||
use crate::{
|
||||
call_info::FnCallNode, display::ToNav, goto_definition, references, FilePosition,
|
||||
NavigationTarget, RangeInfo,
|
||||
display::ToNav, goto_definition, references, FilePosition, NavigationTarget, RangeInfo,
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue