mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Move symbol_index
This commit is contained in:
parent
ec95152a4e
commit
ad247aa670
7 changed files with 16 additions and 12 deletions
|
@ -15,7 +15,7 @@ use ra_syntax::{ast, Parse, SyntaxNode};
|
|||
|
||||
use crate::{
|
||||
db::RootDatabase,
|
||||
symbol_index::{LibrarySymbolsQuery, SymbolIndex},
|
||||
ide_db::symbol_index::{LibrarySymbolsQuery, SymbolIndex},
|
||||
FileId,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue