mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
line_index and line_index_utils moved to ra_ide_api
This commit is contained in:
parent
2a6544f906
commit
fda70badf8
6 changed files with 8 additions and 5 deletions
|
@ -4,8 +4,6 @@
|
|||
//! an edit or some auxiliary info.
|
||||
|
||||
mod folding_ranges;
|
||||
mod line_index;
|
||||
mod line_index_utils;
|
||||
mod structure;
|
||||
#[cfg(test)]
|
||||
mod test_utils;
|
||||
|
@ -23,8 +21,6 @@ use ra_syntax::{
|
|||
|
||||
pub use crate::{
|
||||
folding_ranges::{folding_ranges, Fold, FoldKind},
|
||||
line_index::{LineCol, LineIndex},
|
||||
line_index_utils::translate_offset_with_edit,
|
||||
structure::{file_structure, StructureNode},
|
||||
join_lines::join_lines,
|
||||
typing::{on_enter, on_dot_typed, on_eq_typed},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue