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.
1 parent 2bb08c2 commit 9788b6dCopy full SHA for 9788b6d
secp256k1-sys/src/macros.rs
@@ -47,8 +47,8 @@ macro_rules! impl_array_newtype {
47
48
impl Eq for $thing {}
49
50
- impl ::core::hash::Hash for $thing {
51
- fn hash<H: ::core::hash::Hasher>(&self, state: &mut H) {
+ impl core::hash::Hash for $thing {
+ fn hash<H: core::hash::Hasher>(&self, state: &mut H) {
52
(&self[..]).hash(state)
53
}
54
src/macros.rs
0 commit comments