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

@ -3537,7 +3537,7 @@ impl TargetTriple {
/// If this target is a path, a hash of the path is appended to the triple returned
/// by `triple()`.
pub fn debug_triple(&self) -> String {
use std::collections::hash_map::DefaultHasher;
use std::hash::DefaultHasher;
match self {
TargetTriple::TargetTriple(triple) => triple.to_owned(),