Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user