diff options
| author | iancormac84 <wilnathan@gmail.com> | 2018-05-08 10:58:32 -0400 |
|---|---|---|
| committer | iancormac84 <wilnathan@gmail.com> | 2018-05-17 16:41:31 -0400 |
| commit | 6131c0a98c8dc4739e7985940474f6ae5f0941c3 (patch) | |
| tree | a9fd353872c2462edc5e99dbde0b8679be1aa5db | |
| parent | ef38712f87997b87d7ad1aca653d54b47877838a (diff) | |
| download | rust-6131c0a98c8dc4739e7985940474f6ae5f0941c3.tar.gz rust-6131c0a98c8dc4739e7985940474f6ae5f0941c3.zip | |
Fix more unused imports errors.
| -rw-r--r-- | src/librustc/ty/util.rs | 3 |
1 files changed, 1 insertions, 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; |
