cargo fmt

This commit is contained in:
Andrew Poelstra 2023-03-20 13:25:31 +00:00
parent 1b12cc5f58
commit 7fc84191ee
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -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};