We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a3197 commit 3ff248bCopy full SHA for 3ff248b
src/event_scanner/scanner/mod.rs
@@ -111,8 +111,9 @@ pub struct SyncFromLatestEvents {
111
/// Mode marker for scanning by syncing from the specified block and then switching to live mode.
112
///
113
/// For more details on this scanner mode, see
114
-/// [`EventScannerBuilder::sync().from_block(block_id)`](crate::EventScannerBuilder#method.
115
-/// from_block-2).
+/// [`EventScannerBuilder::sync().from_block(block_id)`][sync from block].
+///
116
+/// [sync from block]: crate::EventScannerBuilder#method.from_block-2
117
pub struct SyncFromBlock {
118
pub(crate) from_block: BlockId,
119
pub(crate) block_confirmations: u64,
0 commit comments