We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fa995 commit c7a8adfCopy full SHA for c7a8adf
1 file changed
tokio-postgres/src/transaction.rs
@@ -309,6 +309,6 @@ impl<'a> Transaction<'a> {
309
310
/// Returns a reference to the underlying `Client`.
311
pub fn client(&self) -> &Client {
312
- &self.client
+ self.client
313
}
314
0 commit comments