mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Make utf8 default, implement utf16 in terms of it
This commit is contained in:
parent
00cc778c8c
commit
95209aa3f8
6 changed files with 28 additions and 11 deletions
|
@ -95,7 +95,7 @@ pub use ide_db::{
|
|||
},
|
||||
call_info::CallInfo,
|
||||
label::Label,
|
||||
line_index::{LineColUtf16, LineIndex},
|
||||
line_index::{LineCol, LineColUtf16, LineIndex},
|
||||
search::{ReferenceAccess, SearchScope},
|
||||
source_change::{FileSystemEdit, SourceChange},
|
||||
symbol_index::Query,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue