mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-04 10:13:09 +00:00
fix: add backticks to doc comment for clippy doc_markdown
This commit is contained in:
parent
d861f2018c
commit
6d690a8d25
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user