Split Declaration out into it's own type

This commit is contained in:
kjeremy 2020-01-09 16:27:10 -05:00
parent cc96ddfe69
commit 49fd6a5228
2 changed files with 55 additions and 49 deletions

View file

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