rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin C. Harding 7bba2bc3b5
secp256k1-sys: Remove custom implementations of Eq, Ord and friends
Note: Only effects code when fuzzing is enabled, as such does not
include a mention in the changelog.

Now that we have Rust 1.48 as the MSRV we no longer need the custom
implementations of `PartialEq`, `Eq`, `PartialOrd`, `Ord`, and `Hash`.
We can just let users of the `impl_array_newtype` macro derive these
traits if they want them.

Remove the custom implementations and add derives to our two users of
the macro.
2023-03-31 09:43:52 +11:00
..
lib.rs secp256k1-sys: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
macros.rs secp256k1-sys: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
recovery.rs secp256k1-sys: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
types.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00