We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef38712 commit 6131c0aCopy full SHA for 6131c0a
src/librustc/ty/util.rs
@@ -26,8 +26,7 @@ use ty::layout::{Integer, IntegerExt};
26
use util::common::ErrorReported;
27
use middle::lang_items;
28
29
-use rustc_data_structures::stable_hasher::{StableHasher, StableHasherResult,
30
- HashStable};
+use rustc_data_structures::stable_hasher::{StableHasher, HashStable};
31
use rustc_data_structures::fx::FxHashMap;
32
use std::{cmp, fmt};
33
use syntax::ast;
0 commit comments