Group references by FileId

This commit is contained in:
Lukas Wirth 2021-01-12 00:05:07 +01:00
parent 52fa926f00
commit fbdb32adfc
10 changed files with 322 additions and 254 deletions

View file

@ -92,7 +92,7 @@ pub use ide_db::base_db::{
};
pub use ide_db::{
call_info::CallInfo,
search::{Reference, ReferenceAccess, ReferenceKind},
search::{FileReference, ReferenceAccess, ReferenceKind},
};
pub use ide_db::{
label::Label,