Skip to content

Commit bea8f94

Browse files
committed
Re-export context from crate::context
To be explicit and make the code brain dead easy to read. Internal change only.
1 parent 8b3f097 commit bea8f94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,7 @@ use core::{fmt, mem, str};
193193
pub use secp256k1_sys as ffi;
194194

195195
#[cfg(all(feature = "global-context", feature = "std"))]
196-
pub use context::global::{self, SECP256K1};
197-
196+
pub use crate::context::global::{self, SECP256K1};
198197
pub use crate::context::{
199198
rerandomize_global_context, with_global_context, with_raw_global_context, AllPreallocated,
200199
Context, PreallocatedContext, SignOnlyPreallocated, Signing, Verification,

0 commit comments

Comments
 (0)