mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +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
|
@ -1,9 +1,8 @@
|
|||
//! See `CompletionContext` structure.
|
||||
|
||||
use base_db::{FilePosition, SourceDatabase};
|
||||
use call_info::ActiveParameter;
|
||||
use hir::{Local, ScopeDef, Semantics, SemanticsScope, Type};
|
||||
use ide_db::RootDatabase;
|
||||
use ide_db::{call_info::ActiveParameter, RootDatabase};
|
||||
use syntax::{
|
||||
algo::{find_covering_element, find_node_at_offset},
|
||||
ast, match_ast, AstNode, NodeOrToken,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue