mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Replace module_tree with CrateDefMap
This commit is contained in:
parent
182c05a96c
commit
2195d1db6d
16 changed files with 333 additions and 511 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue