mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
internal: use naming that matches intended use-case
This commit is contained in:
parent
59c758d0cb
commit
46eb03d99a
6 changed files with 61 additions and 46 deletions
|
@ -108,7 +108,7 @@ pub use ide_db::{
|
|||
call_info::CallInfo,
|
||||
label::Label,
|
||||
line_index::{LineCol, LineColUtf16, LineIndex},
|
||||
search::{ReferenceAccess, SearchScope},
|
||||
search::{ReferenceCategory, SearchScope},
|
||||
source_change::{FileSystemEdit, SourceChange},
|
||||
symbol_index::Query,
|
||||
RootDatabase, SymbolKind,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue