mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Group references by FileId
This commit is contained in:
parent
52fa926f00
commit
fbdb32adfc
10 changed files with 322 additions and 254 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue