rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin C. Harding 873ad47343
Allow dead_code on AlignedType
We use the `AlignedType` and take a pointer to its inner data, never
access the data directly - this confuses clippy causing a "field is
never used" warning.

Shoosh the lint and add a code comment explaining why.
2024-03-26 09:33:38 +11:00
..
lib.rs secp256k1-sys: update all symbols from 0.9.1 to 0.9.2 2024-01-02 16:22:20 +00:00
macros.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
recovery.rs secp256k1-sys: update all symbols from 0.9.1 to 0.9.2 2024-01-02 16:22:20 +00:00
types.rs Allow dead_code on AlignedType 2024-03-26 09:33:38 +11:00