Skip to content

Commit 1fcf026

Browse files
committed
Remove workaround
1 parent 1fa4838 commit 1fcf026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ where
168168
T: MakeTlsConnect<Socket>,
169169
{
170170
let config = config.parse::<Config>()?;
171-
return config.connect(tls).await;
171+
config.connect(tls).await
172172
}
173173

174174
/// An asynchronous notification.

0 commit comments

Comments
 (0)