Make clippy happy

This commit is contained in:
Vadim Kharitonov
2023-05-24 14:18:32 +02:00
parent c82b00110e
commit c7872d3f6d

View File

@@ -201,7 +201,7 @@ pub async fn handle(
// Connenct to the destination
//
let (client, connection) = tokio_postgres::Config::new()
.host(&host)
.host(host)
.port(port)
.user(&username)
.password(&password)