We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hash
1 parent 538840b commit ae21b4fCopy full SHA for ae21b4f
src/libcore/hash/mod.rs
@@ -70,9 +70,7 @@ mod sip;
70
/// A hashable type.
71
///
72
/// The `H` type parameter is an abstract hash state that is used by the `Hash`
73
-/// to compute the hash. Specific implementations of this trait may specialize
74
-/// for particular instances of `H` in order to be able to optimize the hashing
75
-/// behavior.
+/// to compute the hash.
76
#[stable(feature = "rust1", since = "1.0.0")]
77
pub trait Hash {
78
/// Feeds this value into the state given, updating the hasher as necessary.
0 commit comments