1
Fork 0

Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports

This commit is contained in:
ltdk 2023-10-13 02:44:19 -04:00
parent 075409ddd9
commit 8337e86b28
19 changed files with 40 additions and 68 deletions

View file

@ -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)]