We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454c473 commit 5152e84Copy full SHA for 5152e84
compiler/rustc_middle/src/ty/mod.rs
@@ -31,7 +31,6 @@ pub use generics::*;
31
use rustc_ast as ast;
32
use rustc_ast::node_id::NodeMap;
33
use rustc_attr as attr;
34
-use rustc_data_structures::fingerprint::Fingerprint;
35
use rustc_data_structures::fx::{FxHashMap, FxHashSet, FxIndexMap, FxIndexSet};
36
use rustc_data_structures::intern::Interned;
37
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
0 commit comments