Skip to content

Commit 738cf7d

Browse files
committed
Minor
1 parent 1f53026 commit 738cf7d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

crates/ide/src/lib.rs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,15 @@ pub use completion::{
8686
InsertTextFormat,
8787
};
8888
pub use hir::{Documentation, Semantics};
89-
pub use ide_db::base_db::{
90-
Canceled, Change, CrateGraph, CrateId, Edition, FileId, FilePosition, FileRange, SourceRoot,
91-
SourceRootId,
92-
};
9389
pub use ide_db::{
90+
base_db::{
91+
Canceled, Change, CrateGraph, CrateId, Edition, FileId, FilePosition, FileRange,
92+
SourceRoot, SourceRootId,
93+
},
9494
call_info::CallInfo,
95-
search::{FileReference, ReferenceAccess, ReferenceKind},
96-
};
97-
pub use ide_db::{
9895
label::Label,
9996
line_index::{LineCol, LineIndex},
100-
search::SearchScope,
97+
search::{FileReference, ReferenceAccess, ReferenceKind, SearchScope},
10198
source_change::{FileSystemEdit, SourceChange},
10299
symbol_index::Query,
103100
RootDatabase,

0 commit comments

Comments
 (0)