mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Cleanup imports
This commit is contained in:
parent
cfffea6dc8
commit
f11237561c
8 changed files with 20 additions and 27 deletions
|
@ -2,9 +2,10 @@
|
|||
|
||||
use std::any::Any;
|
||||
|
||||
use hir_expand::HirFileId;
|
||||
use ra_syntax::{ast, AstNode, AstPtr, SyntaxNodePtr};
|
||||
|
||||
use crate::{db::AstDatabase, HirFileId, Name, Source};
|
||||
use crate::{db::AstDatabase, Name, Source};
|
||||
|
||||
pub use hir_def::diagnostics::UnresolvedModule;
|
||||
pub use hir_expand::diagnostics::{AstDiagnostic, Diagnostic, DiagnosticSink};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue