Skip to content

Commit 5152e84

Browse files
authored
Remove unused import
1 parent 454c473 commit 5152e84

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_middle/src/ty

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/ty/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ pub use generics::*;
3131
use rustc_ast as ast;
3232
use rustc_ast::node_id::NodeMap;
3333
use rustc_attr as attr;
34-
use rustc_data_structures::fingerprint::Fingerprint;
3534
use rustc_data_structures::fx::{FxHashMap, FxHashSet, FxIndexMap, FxIndexSet};
3635
use rustc_data_structures::intern::Interned;
3736
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};

0 commit comments

Comments
 (0)