Use NameLike in FileReference directly as its not exported from ide anymore

This commit is contained in:
Lukas Wirth 2021-02-09 16:03:39 +01:00
parent d644728d82
commit c5be0b2589
5 changed files with 29 additions and 59 deletions

View file

@ -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,