Skip to content

Commit d10de30

Browse files
authored
Merge pull request #385 from iajoiner/docs/macros
docs: provide link to `core::hash::BuildHasherDefault` in `macros.rs` docs
2 parents 5beaed1 + e2e97c1 commit d10de30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Create an [`IndexMap`][crate::IndexMap] from a list of key-value pairs
2-
/// and a `BuildHasherDefault`-wrapped custom hasher.
2+
/// and a [`BuildHasherDefault`][core::hash::BuildHasherDefault]-wrapped custom hasher.
33
///
44
/// ## Example
55
///
@@ -73,7 +73,7 @@ macro_rules! indexmap {
7373
}
7474

7575
/// Create an [`IndexSet`][crate::IndexSet] from a list of values
76-
/// and a `BuildHasherDefault`-wrapped custom hasher.
76+
/// and a [`BuildHasherDefault`][core::hash::BuildHasherDefault]-wrapped custom hasher.
7777
///
7878
/// ## Example
7979
///

0 commit comments

Comments
 (0)