mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-25 11:43:06 +00:00
fix: add backticks to doc comment for clippy doc_markdown
This commit is contained in:
parent
eff2ffdae8
commit
47d9257d6f
@ -180,8 +180,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`).
|
||||
#[must_use]
|
||||
pub fn is_valid_for(&self, block_id: BlockId, timestamp_ms: Timestamp) -> bool {
|
||||
self.from.is_none_or(|start| block_id >= start)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user