Skip to content

Commit ef38712

Browse files
committed
Removed unused imports.
1 parent 9041d81 commit ef38712

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/ty/util.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ use rustc_data_structures::stable_hasher::{StableHasher, StableHasherResult,
3030
HashStable};
3131
use rustc_data_structures::fx::FxHashMap;
3232
use std::{cmp, fmt};
33-
use std::hash::Hash;
34-
use std::intrinsics;
3533
use syntax::ast;
3634
use syntax::attr::{self, SignedInt, UnsignedInt};
3735
use syntax_pos::{Span, DUMMY_SP};

0 commit comments

Comments
 (0)