diff options
Diffstat (limited to 'crates/ra_ide/src/lib.rs')
-rw-r--r-- | crates/ra_ide/src/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crates/ra_ide/src/lib.rs b/crates/ra_ide/src/lib.rs index f61028f78..5a41f702e 100644 --- a/crates/ra_ide/src/lib.rs +++ b/crates/ra_ide/src/lib.rs | |||
@@ -68,9 +68,7 @@ pub use crate::{ | |||
68 | folding_ranges::{Fold, FoldKind}, | 68 | folding_ranges::{Fold, FoldKind}, |
69 | hover::HoverResult, | 69 | hover::HoverResult, |
70 | inlay_hints::{InlayHint, InlayKind}, | 70 | inlay_hints::{InlayHint, InlayKind}, |
71 | references::{ | 71 | references::{Declaration, Reference, ReferenceAccess, ReferenceKind, ReferenceSearchResult}, |
72 | Declaration, Reference, ReferenceAccess, ReferenceKind, ReferenceSearchResult, SearchScope, | ||
73 | }, | ||
74 | runnables::{Runnable, RunnableKind, TestId}, | 72 | runnables::{Runnable, RunnableKind, TestId}, |
75 | source_change::{FileSystemEdit, SourceChange, SourceFileEdit}, | 73 | source_change::{FileSystemEdit, SourceChange, SourceFileEdit}, |
76 | ssr::SsrError, | 74 | ssr::SsrError, |
@@ -88,6 +86,7 @@ pub use ra_ide_db::{ | |||
88 | feature_flags::FeatureFlags, | 86 | feature_flags::FeatureFlags, |
89 | line_index::{LineCol, LineIndex}, | 87 | line_index::{LineCol, LineIndex}, |
90 | line_index_utils::translate_offset_with_edit, | 88 | line_index_utils::translate_offset_with_edit, |
89 | search::SearchScope, | ||
91 | symbol_index::Query, | 90 | symbol_index::Query, |
92 | RootDatabase, | 91 | RootDatabase, |
93 | }; | 92 | }; |