rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin Harding 632ecc4530 Use fully qualified path for mem
When building with --no-default-features the compiler emits:

  warning: unused import: `mem`

The call site is feature gated so we either need to feature gate the
import or use a fully qualified path. Since 'core' is quite short elect
to use the fully qualified path.
2022-01-26 13:25:33 +11:00
..
lib.rs Use hyperlinks 2022-01-11 17:41:11 +11:00
macros.rs Implement `Hash` for all array newtypes 2021-11-04 22:16:42 +01:00
recovery.rs Use explicit u8 when assigning a byte slice 2021-10-17 10:07:51 +09:00
types.rs Use fully qualified path for mem 2022-01-26 13:25:33 +11:00