We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b0e7ec + 3cd9868 commit ccbeb6dCopy full SHA for ccbeb6d
src/libstd/collections/hash/map.rs
@@ -2117,6 +2117,10 @@ impl DefaultHasher {
2117
2118
#[stable(feature = "hashmap_default_hasher", since = "1.13.0")]
2119
impl Default for DefaultHasher {
2120
+ /// Creates a new `DefaultHasher` using [`DefaultHasher::new`]. See
2121
+ /// [`DefaultHasher::new`] documentation for more information.
2122
+ ///
2123
+ /// [`DefaultHasher::new`]: #method.new
2124
fn default() -> DefaultHasher {
2125
DefaultHasher::new()
2126
}
0 commit comments