about summary refs log tree commit diff
diff options
context:
space:
mode:
authoriancormac84 <wilnathan@gmail.com>2018-05-16 02:29:15 -0400
committeriancormac84 <wilnathan@gmail.com>2018-05-17 16:41:34 -0400
commit1839faead079a0f1e0e44e54249567ca27230c1d (patch)
tree8f9ff3a2f074f726eedf8ea2fdc03884daddc868
parent18b032a96bcc68aa1d78aabb888b07a1fdbee3e6 (diff)
downloadrust-1839faead079a0f1e0e44e54249567ca27230c1d.tar.gz
rust-1839faead079a0f1e0e44e54249567ca27230c1d.zip
Removed yet another unused import.
-rw-r--r--src/librustc/ty/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/ty/util.rs b/src/librustc/ty/util.rs
index 122cd0e707d..7cfcbcb86af 100644
--- a/src/librustc/ty/util.rs
+++ b/src/librustc/ty/util.rs
@@ -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::*;