mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Use NameLike in FileReference directly as its not exported from ide anymore
This commit is contained in:
parent
d644728d82
commit
c5be0b2589
5 changed files with 29 additions and 59 deletions
|
@ -94,7 +94,7 @@ pub use ide_db::{
|
|||
call_info::CallInfo,
|
||||
label::Label,
|
||||
line_index::{LineCol, LineIndex},
|
||||
search::{FileReference, ReferenceAccess, SearchScope},
|
||||
search::{ReferenceAccess, SearchScope},
|
||||
source_change::{FileSystemEdit, SourceChange},
|
||||
symbol_index::Query,
|
||||
RootDatabase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue