Skip to content

Commit dc4d7bd

Browse files
committed
fix broken link
1 parent 815271b commit dc4d7bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net/addr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cfg_if! {
3030
/// This trait is an async version of [`std::net::ToSocketAddrs`].
3131
///
3232
/// [`std::net::ToSocketAddrs`]: https://doc.rust-lang.org/std/net/trait.ToSocketAddrs.html
33+
/// [`SocketAddr`]: https://doc.rust-lang.org/std/net/enum.SocketAddr.html
3334
pub trait ToSocketAddrs {
3435
/// Returned iterator over socket addresses which this type may correspond to.
3536
type Iter: Iterator<Item = SocketAddr> + Send;

0 commit comments

Comments
 (0)