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
|
@ -7,8 +7,7 @@ use rustc_hir::def_id::DefId;
|
|||
use rustc_span::symbol::Symbol;
|
||||
use rustc_target::spec::abi;
|
||||
use std::borrow::Cow;
|
||||
use std::collections::hash_map::DefaultHasher;
|
||||
use std::hash::{Hash, Hasher};
|
||||
use std::hash::{DefaultHasher, Hash, Hasher};
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, TypeFoldable, TypeVisitable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue