Skip to content

Commit

Permalink
Update doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed May 14, 2024
1 parent b3721f0 commit 910c03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion signer/src/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! ### Encoding a string slice and decoding it as a string
//!
//! ```
//! use sbtc_signer::codec::{Encode, Decode};
//! use signer::codec::{Encode, Decode};
//!
//! let message = "Encode me";
//!
Expand Down
2 changes: 1 addition & 1 deletion signer/src/ecdsa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//!
//! ```
//! use sha2::Digest;
//! use sbtc_signer::ecdsa::SignEcdsa;
//! use signer::ecdsa::SignEcdsa;
//!
//! struct SignableStr(&'static str);
//!
Expand Down

0 comments on commit 910c03d

Please sign in to comment.