mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
make FileSymbol private
This commit is contained in:
parent
830abe0c1b
commit
fb775a293d
2 changed files with 7 additions and 8 deletions
|
@ -31,13 +31,12 @@ use relative_path::RelativePathBuf;
|
|||
|
||||
use crate::{
|
||||
imp::{AnalysisHostImpl, AnalysisImpl},
|
||||
symbol_index::SymbolIndex,
|
||||
symbol_index::{SymbolIndex, FileSymbol},
|
||||
};
|
||||
|
||||
pub use crate::{
|
||||
completion::{CompletionItem, CompletionItemKind, InsertText},
|
||||
runnables::{Runnable, RunnableKind},
|
||||
symbol_index::FileSymbol,
|
||||
};
|
||||
pub use ra_editor::{
|
||||
Fold, FoldKind, HighlightedRange, LineIndex, StructureNode, Severity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue