Skip to content

Commit a8f4bd0

Browse files
committed
Fix more unused imports errors.
1 parent 4d56976 commit a8f4bd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc/ty/util.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ use ty::layout::{Integer, IntegerExt};
2424
use util::common::ErrorReported;
2525
use middle::lang_items;
2626

27-
use rustc_data_structures::stable_hasher::{StableHasher, StableHasherResult,
28-
HashStable};
27+
use rustc_data_structures::stable_hasher::{StableHasher, HashStable};
2928
use rustc_data_structures::fx::FxHashMap;
3029
use std::{cmp, fmt};
3130
use syntax::ast;

0 commit comments

Comments
 (0)