mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Actually test references
This commit is contained in:
parent
2ffaad10f2
commit
9791b9c36a
2 changed files with 99 additions and 15 deletions
|
@ -75,7 +75,7 @@ pub use crate::{
|
|||
inlay_hints::{InlayHint, InlayKind},
|
||||
line_index::{LineCol, LineIndex},
|
||||
line_index_utils::translate_offset_with_edit,
|
||||
references::{ReferenceSearchResult, SearchScope},
|
||||
references::{Reference, ReferenceKind, ReferenceSearchResult, SearchScope},
|
||||
runnables::{Runnable, RunnableKind},
|
||||
source_change::{FileSystemEdit, SourceChange, SourceFileEdit},
|
||||
syntax_highlighting::HighlightedRange,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue