Rebase fixes

This commit is contained in:
Zac Pullar-Strecker 2020-10-08 15:22:57 +13:00
parent d2c68809ea
commit 8af1dd7337
2 changed files with 6 additions and 14 deletions

View file

@ -35,7 +35,7 @@ use hir_ty::{
traits::SolutionVariables,
ApplicationTy, BoundVar, CallableDefId, Canonical, DebruijnIndex, FnSig, GenericPredicate,
InEnvironment, Obligation, ProjectionPredicate, ProjectionTy, Substs, TraitEnvironment, Ty,
TyDefId, TyKind, TypeCtor, TyLoweringContext, TypeCtor,
TyDefId, TyKind, TypeCtor, TyLoweringContext,
};
use rustc_hash::FxHashSet;
use stdx::impl_from;