mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Cleanups
This commit is contained in:
parent
b632d706c7
commit
2ef541b35f
7 changed files with 25 additions and 59 deletions
|
@ -5,7 +5,7 @@
|
|||
//! be expressed in terms of hir types themselves.
|
||||
use cfg::{CfgExpr, CfgOptions};
|
||||
use either::Either;
|
||||
use hir_def::{path::ModPath, type_ref::Mutability};
|
||||
use hir_def::path::ModPath;
|
||||
use hir_expand::{name::Name, HirFileId, InFile};
|
||||
use syntax::{ast, AstPtr, SyntaxNodePtr, TextRange};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue