Skip to content

Commit c0d51ed

Browse files
committed
Merge rust-bitcoin#4591: chore: add missing backticks
3dd538d chore: add missing backticks (findmyhappy) Pull request description: Add missing backtick in comment. ACKs for top commit: tcharding: ACK 3dd538d apoelstra: ACK 3dd538d; successfully ran local tests Tree-SHA512: ae36752c1c097e3b72d59e6e77f45f0474c7703d0eb32f4df434b0a7bb1e037e4415cf385ef22e20f86ebb407d42bdd35b26fd7f7029a6210be29bc434231eb7
2 parents 02e8575 + 3dd538d commit c0d51ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

primitives/tests/api.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ static SCRIPT: ScriptBuf = ScriptBuf::new();
6363
static BYTES: [u8; 32] = [0x00; 32];
6464

6565
/// Public structs that derive common traits.
66-
// C-COMMON-TRAITS excluding `Debug, Default, Display, Ord, PartialOrd, Hash`.
66+
// C-COMMON-TRAITS excluding `Debug`, `Default`, `Display`, `Ord`, `PartialOrd, `Hash`.
6767
#[derive(Clone, PartialEq, Eq)]
6868
struct CommonTraits {
6969
a: block::Block<Checked>,
@@ -120,7 +120,7 @@ struct Clone<'a> {
120120
}
121121

122122
/// Public structs that derive common traits.
123-
// C-COMMON-TRAITS excluding `Clone`, `Debug, `Default`, and `Display`
123+
// C-COMMON-TRAITS excluding `Clone`, `Debug`, `Default`, and `Display`
124124
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash)]
125125
struct Ord {
126126
// a: block::Block<Checked>,

0 commit comments

Comments
 (0)