Skip to content

Commit 6131c0a

Browse files
committed
Fix more unused imports errors.
1 parent ef38712 commit 6131c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/ty/util.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ use ty::layout::{Integer, IntegerExt};
2626
use util::common::ErrorReported;
2727
use middle::lang_items;
2828

29-
use rustc_data_structures::stable_hasher::{StableHasher, StableHasherResult,
30-
HashStable};
29+
use rustc_data_structures::stable_hasher::{StableHasher, HashStable};
3130
use rustc_data_structures::fx::FxHashMap;
3231
use std::{cmp, fmt};
3332
use syntax::ast;

0 commit comments

Comments
 (0)