chore: add missing backticks
Signed-off-by: findmyhappy <findhappy@sohu.com>
This commit is contained in:
parent
a419fc9aa6
commit
3dd538d04b
|
@ -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>,
|
||||||
|
|
Loading…
Reference in New Issue