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
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue