From f99d7fef59516a2c7e402f6728e4f4a2d4fa652b Mon Sep 17 00:00:00 2001 From: erhant Date: Tue, 7 Jul 2026 17:08:02 +0300 Subject: [PATCH] chore: clippy docfix + bump crossbeam-epoch (RUSTSEC-2026-0204) --- lez/indexer/core/src/chain_consistency.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lez/indexer/core/src/chain_consistency.rs b/lez/indexer/core/src/chain_consistency.rs index 4cfab7f2..4ffa244c 100644 --- a/lez/indexer/core/src/chain_consistency.rs +++ b/lez/indexer/core/src/chain_consistency.rs @@ -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)>,