mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +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…
Add table
Add a link
Reference in a new issue