Removed yet another unused import.

This commit is contained in:
iancormac84 2018-05-16 02:29:15 -04:00
parent 18b032a96b
commit 1839faead0

View file

@ -17,7 +17,6 @@ use hir;
use ich::NodeIdHashingMode;
use traits::{self, ObligationCause};
use ty::{self, Ty, TyCtxt, GenericParamDefKind, TypeFoldable};
use ty::fold::TypeVisitor;
use ty::subst::{Substs, UnpackedKind};
use ty::maps::TyCtxtAt;
use ty::TypeVariants::*;