mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Prepare for utf-8 offsets
This commit is contained in:
parent
cc49502ab4
commit
2cb4ac9eb4
7 changed files with 30 additions and 30 deletions
|
@ -95,7 +95,7 @@ pub use ide_db::{
|
|||
},
|
||||
call_info::CallInfo,
|
||||
label::Label,
|
||||
line_index::{LineCol, LineIndex},
|
||||
line_index::{LineColUtf16, LineIndex},
|
||||
search::{ReferenceAccess, SearchScope},
|
||||
source_change::{FileSystemEdit, SourceChange},
|
||||
symbol_index::Query,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue