Skip to content

Commit 383fd50

Browse files
authored
Update tokio-postgres/src/generic_client.rs
1 parent e38e435 commit 383fd50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tokio-postgres/src/generic_client.rs

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pub trait GenericClient: private::Sealed {
7272
/// Like `Client::batch_execute`.
7373
async fn batch_execute(&self, query: &str) -> Result<(), Error>;
7474

75-
7675
/// Returns a reference to the underlying `Client`.
7776
fn client(&self) -> &Client;
7877
}

0 commit comments

Comments
 (0)