Replace module_tree with CrateDefMap

This commit is contained in:
Aleksey Kladov 2019-03-13 16:38:02 +03:00
parent 182c05a96c
commit 2195d1db6d
16 changed files with 333 additions and 511 deletions

View file

@ -1,7 +1,7 @@
use itertools::Itertools;
use ra_syntax::{
TextRange, SyntaxNode,
ast::{self, AstNode, NameOwner, ModuleItemOwner},
ast::{self, AstNode, NameOwner, ModuleItemOwner, AttrsOwner},
};
use ra_db::SourceDatabase;