We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b29ac commit 9b13b9eCopy full SHA for 9b13b9e
src/sys/unix.rs
@@ -1576,7 +1576,7 @@ impl crate::Socket {
1576
/// If `interface` is `None`, the binding is removed. If the `interface`
1577
/// index is not valid, an error is returned.
1578
///
1579
- /// One can use `libc::if_nametoindex` to convert an interface alias to an
+ /// One can use [`libc::if_nametoindex`] to convert an interface alias to an
1580
/// index.
1581
#[cfg(all(feature = "all", target_vendor = "apple"))]
1582
#[cfg_attr(docsrs, doc(cfg(all(feature = "all", target_vendor = "apple"))))]
0 commit comments