From 6131c0a98c8dc4739e7985940474f6ae5f0941c3 Mon Sep 17 00:00:00 2001 From: iancormac84 Date: Tue, 8 May 2018 10:58:32 -0400 Subject: [PATCH] Fix more unused imports errors. --- src/librustc/ty/util.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/librustc/ty/util.rs b/src/librustc/ty/util.rs index 5a745eeab4b..53f82625951 100644 --- a/src/librustc/ty/util.rs +++ b/src/librustc/ty/util.rs @@ -26,8 +26,7 @@ use ty::layout::{Integer, IntegerExt}; use util::common::ErrorReported; use middle::lang_items; -use rustc_data_structures::stable_hasher::{StableHasher, StableHasherResult, - HashStable}; +use rustc_data_structures::stable_hasher::{StableHasher, HashStable}; use rustc_data_structures::fx::FxHashMap; use std::{cmp, fmt}; use syntax::ast;