mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Split Declaration out into it's own type
This commit is contained in:
parent
cc96ddfe69
commit
49fd6a5228
2 changed files with 55 additions and 49 deletions
|
@ -75,7 +75,9 @@ pub use crate::{
|
|||
inlay_hints::{InlayHint, InlayKind},
|
||||
line_index::{LineCol, LineIndex},
|
||||
line_index_utils::translate_offset_with_edit,
|
||||
references::{Reference, ReferenceAccess, ReferenceKind, ReferenceSearchResult, SearchScope},
|
||||
references::{
|
||||
Declaration, Reference, ReferenceAccess, 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