]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_typeck/src/check/writeback.rs
Remove non-descriptive boolean from search_for_structural_match_violation
[rust.git] / compiler / rustc_typeck / src / check / writeback.rs
index 23ac638b2f430553e1df3e0d017793bc0a88815f..d102fb45a8cbce446c3e77e239e66e85933a03c1 100644 (file)
@@ -5,7 +5,7 @@
 use crate::check::FnCtxt;
 
 use hir::def_id::LocalDefId;
-use rustc_data_structures::stable_map::FxHashMap;
+use rustc_data_structures::fx::FxHashMap;
 use rustc_errors::ErrorGuaranteed;
 use rustc_hir as hir;
 use rustc_hir::def_id::DefId;