mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +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
|
@ -3,8 +3,8 @@
|
|||
use std::{collections::BTreeMap, convert::TryFrom};
|
||||
|
||||
use ast::{HasQuotes, HasStringValue};
|
||||
use call_info::ActiveParameter;
|
||||
use hir::Semantics;
|
||||
use ide_db::call_info::ActiveParameter;
|
||||
use itertools::Itertools;
|
||||
use syntax::{ast, AstToken, SyntaxNode, SyntaxToken, TextRange, TextSize};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue