mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
move symbols to ra_analysis
This commit is contained in:
parent
e4ffd7b317
commit
a4b4fd7dc5
6 changed files with 255 additions and 256 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue