We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d56976 commit a8f4bd0Copy full SHA for a8f4bd0
src/librustc/ty/util.rs
@@ -24,8 +24,7 @@ use ty::layout::{Integer, IntegerExt};
24
use util::common::ErrorReported;
25
use middle::lang_items;
26
27
-use rustc_data_structures::stable_hasher::{StableHasher, StableHasherResult,
28
- HashStable};
+use rustc_data_structures::stable_hasher::{StableHasher, HashStable};
29
use rustc_data_structures::fx::FxHashMap;
30
use std::{cmp, fmt};
31
use syntax::ast;
0 commit comments