cargo fmt
This commit is contained in:
parent
1b12cc5f58
commit
7fc84191ee
|
@ -1,8 +1,8 @@
|
||||||
#![cfg(feature = "serde")]
|
#![cfg(feature = "serde")]
|
||||||
|
|
||||||
extern crate bincode;
|
extern crate bincode;
|
||||||
extern crate serde_cbor;
|
|
||||||
extern crate secp256k1;
|
extern crate secp256k1;
|
||||||
|
extern crate serde_cbor;
|
||||||
|
|
||||||
#[cfg(feature = "global-context")]
|
#[cfg(feature = "global-context")]
|
||||||
use secp256k1::{KeyPair, Secp256k1};
|
use secp256k1::{KeyPair, Secp256k1};
|
||||||
|
|
Loading…
Reference in New Issue