Skip to content

Commit 10241f8

Browse files
committed
fix lint errors
1 parent 18a82fa commit 10241f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ipld/util.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ impl<'a, DB: Blockstore + Send + Sync + 'static, T: Iterator<Item = Tipset> + Un
529529
process_cid(
530530
block.messages,
531531
this.db,
532-
&this.extract_sender,
532+
this.extract_sender,
533533
this.queue,
534534
this.seen,
535535
fail_on_dead_links,
@@ -542,7 +542,7 @@ impl<'a, DB: Blockstore + Send + Sync + 'static, T: Iterator<Item = Tipset> + Un
542542
process_cid(
543543
block.state_root,
544544
this.db,
545-
&this.extract_sender,
545+
this.extract_sender,
546546
this.queue,
547547
this.seen,
548548
fail_on_dead_links,

0 commit comments

Comments
 (0)