Skip to content

Commit 3840ce9

Browse files
committed
Add Debug/Copy/Clone derives
Clear Clippy warnings by adding derives to `GlobalContext`.
1 parent 63ae716 commit 3840ce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub mod global {
2121
use {Secp256k1, All};
2222

2323
/// Proxy struct for global `SECP256K1` context
24+
#[derive(Debug, Copy, Clone)]
2425
pub struct GlobalContext {
2526
__private: (),
2627
}

0 commit comments

Comments
 (0)