move symbols to ra_analysis

This commit is contained in:
Aleksey Kladov 2019-01-02 16:29:08 +03:00
parent e4ffd7b317
commit a4b4fd7dc5
6 changed files with 255 additions and 256 deletions

View file

@ -36,10 +36,11 @@ use crate::{
pub use crate::{
completion::{CompletionItem, CompletionItemKind, InsertText},
runnables::{Runnable, RunnableKind}
runnables::{Runnable, RunnableKind},
symbol_index::FileSymbol,
};
pub use ra_editor::{
FileSymbol, Fold, FoldKind, HighlightedRange, LineIndex, StructureNode, Severity
Fold, FoldKind, HighlightedRange, LineIndex, StructureNode, Severity
};
pub use hir::FnSignatureInfo;