Make call_info a part of ide_db

This commit is contained in:
Igor Aleksanov 2020-10-24 11:07:10 +03:00
parent 8d3d509af7
commit b6ea56ea09
11 changed files with 14 additions and 53 deletions

View file

@ -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};