Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports
This commit is contained in:
parent
075409ddd9
commit
8337e86b28
19 changed files with 40 additions and 68 deletions
|
@ -3179,9 +3179,8 @@ pub(crate) mod dep_tracking {
|
|||
use rustc_target::spec::{
|
||||
RelroLevel, SanitizerSet, SplitDebuginfo, StackProtector, TargetTriple, TlsModel,
|
||||
};
|
||||
use std::collections::hash_map::DefaultHasher;
|
||||
use std::collections::BTreeMap;
|
||||
use std::hash::Hash;
|
||||
use std::hash::{DefaultHasher, Hash};
|
||||
use std::num::NonZeroUsize;
|
||||
use std::path::PathBuf;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue