chore: clippy docfix + bump crossbeam-epoch (RUSTSEC-2026-0204)

This commit is contained in:
erhant 2026-07-07 17:08:02 +03:00
parent 025105b570
commit f99d7fef59

View File

@ -99,7 +99,7 @@ impl std::fmt::Display for ChainMismatch {
/// parked block while stalled. /// parked block while stalled.
struct Anchor { struct Anchor {
slot: Slot, 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). /// `None` when parked on an undeserializable inscription (no header was recorded).
block: Option<(u64, HashType)>, block: Option<(u64, HashType)>,