hir_def::expr -> hir_def::hir, hir_def::type_ref -> hir_def::hir::type_ref

This commit is contained in:
Lukas Wirth 2023-04-06 19:36:25 +02:00
parent 8e7c104b3a
commit 99b69525f4
33 changed files with 96 additions and 94 deletions

View file

@ -8,7 +8,7 @@ use base_db::{FileId, FileRange};
use either::Either;
use hir_def::{
body,
expr::Expr,
hir::Expr,
macro_id_to_def_id,
resolver::{self, HasResolver, Resolver, TypeNs},
type_ref::Mutability,