canonicalize FxHash{Map,Set} imports
This commit is contained in:
parent
66f5bf1b8b
commit
7901c7f707
81 changed files with 113 additions and 118 deletions
|
@ -47,8 +47,8 @@ use rustc::hir::def_id::DefId;
|
|||
use rustc::hir::{self, Mutability};
|
||||
use rustc::middle::privacy::AccessLevels;
|
||||
use rustc::middle::stability;
|
||||
use rustc::util::nodemap::{FxHashMap, FxHashSet};
|
||||
use rustc_data_structures::flock;
|
||||
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
|
||||
use rustc_feature::UnstableFeatures;
|
||||
use rustc_span::edition::Edition;
|
||||
use rustc_span::hygiene::MacroKind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue