Add Debug/Copy/Clone derives
Clear Clippy warnings by adding derives to `GlobalContext`.
This commit is contained in:
parent
63ae716e6f
commit
3840ce914b
|
@ -21,6 +21,7 @@ pub mod global {
|
|||
use {Secp256k1, All};
|
||||
|
||||
/// Proxy struct for global `SECP256K1` context
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct GlobalContext {
|
||||
__private: (),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue