Skip to content

Commit 3ff248b

Browse files
committed
clippy
1 parent f3a3197 commit 3ff248b

File tree

1 file changed

+3
-2
lines changed
  • src/event_scanner/scanner

1 file changed

+3
-2
lines changed

src/event_scanner/scanner/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ pub struct SyncFromLatestEvents {
111111
/// Mode marker for scanning by syncing from the specified block and then switching to live mode.
112112
///
113113
/// For more details on this scanner mode, see
114-
/// [`EventScannerBuilder::sync().from_block(block_id)`](crate::EventScannerBuilder#method.
115-
/// from_block-2).
114+
/// [`EventScannerBuilder::sync().from_block(block_id)`][sync from block].
115+
///
116+
/// [sync from block]: crate::EventScannerBuilder#method.from_block-2
116117
pub struct SyncFromBlock {
117118
pub(crate) from_block: BlockId,
118119
pub(crate) block_confirmations: u64,

0 commit comments

Comments
 (0)