Make utf8 default, implement utf16 in terms of it
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user