Fix clippy

This commit is contained in:
Tommy Verrall
2025-11-12 12:06:37 +01:00
parent fc2bd74d75
commit 90886091ee
2 changed files with 0 additions and 2 deletions
@@ -30,7 +30,6 @@ pub(crate) async fn connect_async(
resolver
.resolve_str(domain)
.await?
.into_iter()
.map(|a| SocketAddr::new(a, port))
.collect()
}
@@ -39,7 +39,6 @@ pub(crate) async fn connect_async(
resolver
.resolve_str(domain)
.await?
.into_iter()
.map(|a| SocketAddr::new(a, port))
.collect()
}