mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
dead import
This commit is contained in:
parent
26dcc70129
commit
79596abcaf
1 changed files with 1 additions and 2 deletions
|
@ -39,8 +39,7 @@ pub use hir::FnSignatureInfo;
|
||||||
|
|
||||||
pub use ra_db::{
|
pub use ra_db::{
|
||||||
Canceled, Cancelable, FilePosition,
|
Canceled, Cancelable, FilePosition,
|
||||||
CrateGraph, CrateId, SourceRootId, FileId, FileResolver,
|
CrateGraph, CrateId, SourceRootId, FileId, WORKSPACE
|
||||||
WORKSPACE
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
|
|
Loading…
Reference in a new issue