mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +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
|
@ -3,7 +3,7 @@ mod extend_selection;
|
|||
mod folding_ranges;
|
||||
mod line_index;
|
||||
mod line_index_utils;
|
||||
mod symbols;
|
||||
mod structure;
|
||||
#[cfg(test)]
|
||||
mod test_utils;
|
||||
mod typing;
|
||||
|
@ -15,7 +15,7 @@ pub use self::{
|
|||
folding_ranges::{folding_ranges, Fold, FoldKind},
|
||||
line_index::{LineCol, LineIndex},
|
||||
line_index_utils::translate_offset_with_edit,
|
||||
symbols::{file_structure, file_symbols, FileSymbol, StructureNode},
|
||||
structure::{file_structure, StructureNode},
|
||||
typing::{join_lines, on_enter, on_eq_typed},
|
||||
diagnostics::diagnostics
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue