mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-16 07:03:57 +00:00
Minor
This commit is contained in:
parent
1f53026997
commit
738cf7d495
1 changed files with 5 additions and 8 deletions
|
@ -86,18 +86,15 @@ pub use completion::{
|
||||||
InsertTextFormat,
|
InsertTextFormat,
|
||||||
};
|
};
|
||||||
pub use hir::{Documentation, Semantics};
|
pub use hir::{Documentation, Semantics};
|
||||||
pub use ide_db::base_db::{
|
|
||||||
Canceled, Change, CrateGraph, CrateId, Edition, FileId, FilePosition, FileRange, SourceRoot,
|
|
||||||
SourceRootId,
|
|
||||||
};
|
|
||||||
pub use ide_db::{
|
pub use ide_db::{
|
||||||
|
base_db::{
|
||||||
|
Canceled, Change, CrateGraph, CrateId, Edition, FileId, FilePosition, FileRange,
|
||||||
|
SourceRoot, SourceRootId,
|
||||||
|
},
|
||||||
call_info::CallInfo,
|
call_info::CallInfo,
|
||||||
search::{FileReference, ReferenceAccess, ReferenceKind},
|
|
||||||
};
|
|
||||||
pub use ide_db::{
|
|
||||||
label::Label,
|
label::Label,
|
||||||
line_index::{LineCol, LineIndex},
|
line_index::{LineCol, LineIndex},
|
||||||
search::SearchScope,
|
search::{FileReference, ReferenceAccess, ReferenceKind, SearchScope},
|
||||||
source_change::{FileSystemEdit, SourceChange},
|
source_change::{FileSystemEdit, SourceChange},
|
||||||
symbol_index::Query,
|
symbol_index::Query,
|
||||||
RootDatabase,
|
RootDatabase,
|
||||||
|
|
Loading…
Reference in a new issue