Skip to content

Commit

Permalink
Removed yet another unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancormac84 committed May 17, 2018
1 parent 18b032a commit 1839fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/ty/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::*;
Expand Down

0 comments on commit 1839fae

Please sign in to comment.