File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -636,16 +636,14 @@ pub trait ToSocketAddrs {
636
636
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
637
637
type Iter : Iterator < Item =SocketAddr > ;
638
638
639
- /// Converts this object to an iterator of resolved [ `SocketAddr`] s.
639
+ /// Converts this object to an iterator of resolved `SocketAddr`s.
640
640
///
641
641
/// The returned iterator may not actually yield any values depending on the
642
642
/// outcome of any resolution performed.
643
643
///
644
644
/// Note that this function may block the current thread while resolution is
645
645
/// performed.
646
646
///
647
- /// [`SocketAddr`]: ../../std/net/enum.SocketAddr.html
648
- ///
649
647
/// # Errors
650
648
///
651
649
/// Any errors encountered during resolution will be returned as an [`Err`].
You can’t perform that action at this time.
0 commit comments