Update tokio-postgres/src/generic_client.rs
This commit is contained in:
parent
e38e435665
commit
383fd50f75
@ -72,7 +72,6 @@ pub trait GenericClient: private::Sealed {
|
||||
/// Like `Client::batch_execute`.
|
||||
async fn batch_execute(&self, query: &str) -> Result<(), Error>;
|
||||
|
||||
|
||||
/// Returns a reference to the underlying `Client`.
|
||||
fn client(&self) -> &Client;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user