fix: add backticks to doc comment for clippy doc_markdown

This commit is contained in:
Moudy 2026-03-24 16:35:41 +01:00
parent d861f2018c
commit 6d690a8d25

View File

@ -199,8 +199,8 @@ impl ValidityWindow {
}
}
/// Valid for block IDs in the range [from, to) and timestamps in [from_timestamp,
/// to_timestamp).
/// Valid for block IDs in the range [from, to) and timestamps in [`from_timestamp`,
/// `to_timestamp`).
/// A `None` bound on either side is treated as unbounded in that direction.
#[must_use]
pub fn is_valid_for(&self, block_id: BlockId, timestamp_ms: Timestamp) -> bool {