Add Debug/Copy/Clone derives

Clear Clippy warnings by adding derives to `GlobalContext`.
This commit is contained in:
Tobin Harding 2022-01-12 18:55:06 +11:00
parent 63ae716e6f
commit 3840ce914b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pub mod global {
use {Secp256k1, All};
/// Proxy struct for global `SECP256K1` context
#[derive(Debug, Copy, Clone)]
pub struct GlobalContext {
__private: (),
}