Skip to content

Commit e10ef50

Browse files
authored
cleanup(pubsub): remove TODO (#5145)
Fixes #3975 This comment is true, but not a big deal, and we have no plans to fix it.
1 parent 7483755 commit e10ef50

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/pubsub/src/subscriber/leaser.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ where
6464
inner: self.inner.clone(),
6565
confirmed_tx: self.confirmed_tx.clone(),
6666
options: self.options.clone(),
67-
// TODO(#3975) - We can save some clones of the subscription if we
68-
// make the `Leaser` API functional.
6967
subscription: self.subscription.clone(),
7068
ack_deadline_seconds: self.ack_deadline_seconds,
7169
}

0 commit comments

Comments
 (0)