We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7483755 commit e10ef50Copy full SHA for e10ef50
1 file changed
src/pubsub/src/subscriber/leaser.rs
@@ -64,8 +64,6 @@ where
64
inner: self.inner.clone(),
65
confirmed_tx: self.confirmed_tx.clone(),
66
options: self.options.clone(),
67
- // TODO(#3975) - We can save some clones of the subscription if we
68
- // make the `Leaser` API functional.
69
subscription: self.subscription.clone(),
70
ack_deadline_seconds: self.ack_deadline_seconds,
71
}
0 commit comments