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

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