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 63bdfbf + ae21b4f commit 63cd9f9Copy full SHA for 63cd9f9
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