Remove workaround

This commit is contained in:
Steven Fackler
2019-09-23 15:52:27 -07:00
parent 1fa4838717
commit 1fcf026af6

View File

@@ -168,7 +168,7 @@ where
T: MakeTlsConnect<Socket>,
{
let config = config.parse::<Config>()?;
return config.connect(tls).await;
config.connect(tls).await
}
/// An asynchronous notification.