diff options
| author | nils <48135649+Nilstrieb@users.noreply.github.com> | 2023-01-27 20:58:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 20:58:54 +0100 |
| commit | 5152e84024cd9bbeeebd7bf27d048628cfc0cd95 (patch) | |
| tree | 9ca8809507e3a46de192f237422d076a2d530831 | |
| parent | 454c473599aab480b704a470407eb9ab59a7fe27 (diff) | |
| download | rust-5152e84024cd9bbeeebd7bf27d048628cfc0cd95.tar.gz rust-5152e84024cd9bbeeebd7bf27d048628cfc0cd95.zip | |
Remove unused import
| -rw-r--r-- | compiler/rustc_middle/src/ty/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/ty/mod.rs b/compiler/rustc_middle/src/ty/mod.rs index 6fe1676bb74..7001f81aa77 100644 --- a/compiler/rustc_middle/src/ty/mod.rs +++ b/compiler/rustc_middle/src/ty/mod.rs @@ -31,7 +31,6 @@ pub use generics::*; use rustc_ast as ast; use rustc_ast::node_id::NodeMap; use rustc_attr as attr; -use rustc_data_structures::fingerprint::Fingerprint; use rustc_data_structures::fx::{FxHashMap, FxHashSet, FxIndexMap, FxIndexSet}; use rustc_data_structures::intern::Interned; use rustc_data_structures::stable_hasher::{HashStable, StableHasher}; |
