chore: add missing backticks

Signed-off-by: findmyhappy <findhappy@sohu.com>
This commit is contained in:
findmyhappy 2025-06-04 11:58:46 +08:00
parent a419fc9aa6
commit 3dd538d04b
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ static SCRIPT: ScriptBuf = ScriptBuf::new();
static BYTES: [u8; 32] = [0x00; 32]; static BYTES: [u8; 32] = [0x00; 32];
/// Public structs that derive common traits. /// Public structs that derive common traits.
// C-COMMON-TRAITS excluding `Debug, Default, Display, Ord, PartialOrd, Hash`. // C-COMMON-TRAITS excluding `Debug`, `Default`, `Display`, `Ord`, `PartialOrd, `Hash`.
#[derive(Clone, PartialEq, Eq)] #[derive(Clone, PartialEq, Eq)]
struct CommonTraits { struct CommonTraits {
a: block::Block<Checked>, a: block::Block<Checked>,
@ -120,7 +120,7 @@ struct Clone<'a> {
} }
/// Public structs that derive common traits. /// Public structs that derive common traits.
// C-COMMON-TRAITS excluding `Clone`, `Debug, `Default`, and `Display` // C-COMMON-TRAITS excluding `Clone`, `Debug`, `Default`, and `Display`
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash)] #[derive(PartialEq, Eq, PartialOrd, Ord, Hash)]
struct Ord { struct Ord {
// a: block::Block<Checked>, // a: block::Block<Checked>,