mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +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::{
|
||||
Canceled, Cancelable, FilePosition,
|
||||
CrateGraph, CrateId, SourceRootId, FileId, FileResolver,
|
||||
WORKSPACE
|
||||
CrateGraph, CrateId, SourceRootId, FileId, WORKSPACE
|
||||
};
|
||||
|
||||
#[derive(Default)]
|
||||
|
|
Loading…
Reference in a new issue