File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1141,9 +1141,9 @@ const fn into_linger(duration: Option<Duration>) -> sys::linger {
11411141impl Socket {
11421142 /// Get the value of the `IP_HDRINCL` option on this socket.
11431143 ///
1144- /// For more information about this option, see [`set_header_included `].
1144+ /// For more information about this option, see [`set_header_included_v4 `].
11451145 ///
1146- /// [`set_header_included `]: Socket::set_header_included
1146+ /// [`set_header_included_v4 `]: Socket::set_header_included_v4
11471147 #[ cfg( all( feature = "all" , not( any( target_os = "redox" , target_os = "espidf" ) ) ) ) ]
11481148 #[ cfg_attr(
11491149 docsrs,
@@ -1654,9 +1654,9 @@ impl Socket {
16541654impl Socket {
16551655 /// Get the value of the `IP_HDRINCL` option on this socket.
16561656 ///
1657- /// For more information about this option, see [`set_header_included `].
1657+ /// For more information about this option, see [`set_header_included_v6 `].
16581658 ///
1659- /// [`set_header_included `]: Socket::set_header_included
1659+ /// [`set_header_included_v6 `]: Socket::set_header_included_v6
16601660 #[ cfg( all(
16611661 feature = "all" ,
16621662 not( any(
You can’t perform that action at this time.
0 commit comments