Remove unused import

This commit is contained in:
nils
2023-01-27 20:58:54 +01:00
committed by GitHub
parent 454c473599
commit 5152e84024
-1
View File
@@ -31,7 +31,6 @@
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};