Skip to content

Commit 4d56976

Browse files
committed
Removed unused imports.
1 parent 9901861 commit 4d56976

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustc/ty/util.rs

-5
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,19 @@ use hir::def_id::DefId;
1515
use hir::map::{DefPathData, Node};
1616
use hir;
1717
use ich::NodeIdHashingMode;
18-
use middle::const_val::ConstVal;
1918
use traits;
2019
use ty::{self, Ty, TyCtxt, TypeFoldable};
21-
use ty::fold::TypeVisitor;
2220
use ty::subst::UnpackedKind;
2321
use ty::maps::TyCtxtAt;
2422
use ty::TypeVariants::*;
2523
use ty::layout::{Integer, IntegerExt};
2624
use util::common::ErrorReported;
2725
use middle::lang_items;
28-
use mir::interpret::{Value, PrimVal};
2926

3027
use rustc_data_structures::stable_hasher::{StableHasher, StableHasherResult,
3128
HashStable};
3229
use rustc_data_structures::fx::FxHashMap;
3330
use std::{cmp, fmt};
34-
use std::hash::Hash;
35-
use std::intrinsics;
3631
use syntax::ast;
3732
use syntax::attr::{self, SignedInt, UnsignedInt};
3833
use syntax_pos::{Span, DUMMY_SP};

0 commit comments

Comments
 (0)