This commit is contained in:
Florian Diebold 2022-03-21 00:08:12 +01:00
parent b632d706c7
commit 2ef541b35f
7 changed files with 25 additions and 59 deletions

View file

@ -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};