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

This commit is contained in:
erhant 2026-07-07 17:08:02 +03:00
parent 97720fc35d
commit e87bad71ab
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1854,9 +1854,9 @@ dependencies = [
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
version = "0.9.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
dependencies = [
"crossbeam-utils",
]

View File

@ -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)>,