remove forward pointer to Path

This commit is contained in:
Aleksey Kladov 2019-10-30 17:24:36 +03:00
parent f8ddef875a
commit e564334320
12 changed files with 27 additions and 20 deletions

View file

@ -6,13 +6,13 @@ pub(crate) mod validation;
use std::{ops::Index, sync::Arc};
use hir_def::path::GenericArgs;
use ra_arena::{impl_arena_id, map::ArenaMap, Arena, RawId};
use ra_syntax::{ast, AstPtr};
use rustc_hash::FxHashMap;
use crate::{
db::HirDatabase,
path::GenericArgs,
ty::primitive::{UncertainFloatTy, UncertainIntTy},
type_ref::{Mutability, TypeRef},
DefWithBody, Either, HasSource, Name, Path, Resolver, Source,