mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-10 15:59:32 +00:00
chore: clippy docfix + bump crossbeam-epoch (RUSTSEC-2026-0204)
This commit is contained in:
parent
025105b570
commit
f99d7fef59
@ -99,7 +99,7 @@ impl std::fmt::Display for ChainMismatch {
|
||||
/// parked block while stalled.
|
||||
struct Anchor {
|
||||
slot: Slot,
|
||||
/// The anchor block's `(id, hash)`
|
||||
/// The anchor block's `(id, hash)`.
|
||||
///
|
||||
/// `None` when parked on an undeserializable inscription (no header was recorded).
|
||||
block: Option<(u64, HashType)>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user