Skip to content

Commit 2ea1833

Browse files
Use FxHash* from data structures not nodemap
1 parent f577b0e commit 2ea1833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ use self::code_stats::CodeStats;
33

44
use crate::dep_graph::cgu_reuse_tracker::CguReuseTracker;
55
use rustc_data_structures::fingerprint::Fingerprint;
6+
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
67

78
use crate::lint;
89
use crate::session::config::{OutputType, PrintRequest, Sanitizer, SwitchWithOptPath};
910
use crate::session::search_paths::{PathKind, SearchPath};
10-
use crate::util::nodemap::{FxHashMap, FxHashSet};
1111
use crate::util::common::{duration_to_secs_str, ErrorReported};
1212

1313
use rustc_data_structures::base_n;

0 commit comments

Comments
 (0)