Removed unused import.

This commit is contained in:
iancormac84 2018-05-15 20:27:37 -04:00
parent b79edf008f
commit 18b032a96b

View File

@ -15,7 +15,6 @@ use hir::def_id::DefId;
use hir::map::{DefPathData, Node};
use hir;
use ich::NodeIdHashingMode;
use middle::const_val::ConstVal;
use traits::{self, ObligationCause};
use ty::{self, Ty, TyCtxt, GenericParamDefKind, TypeFoldable};
use ty::fold::TypeVisitor;