We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5beaed1 + e2e97c1 commit d10de30Copy full SHA for d10de30
src/macros.rs
@@ -1,5 +1,5 @@
1
/// Create an [`IndexMap`][crate::IndexMap] from a list of key-value pairs
2
-/// and a `BuildHasherDefault`-wrapped custom hasher.
+/// and a [`BuildHasherDefault`][core::hash::BuildHasherDefault]-wrapped custom hasher.
3
///
4
/// ## Example
5
@@ -73,7 +73,7 @@ macro_rules! indexmap {
73
}
74
75
/// Create an [`IndexSet`][crate::IndexSet] from a list of values
76
77
78
79
0 commit comments