net: update AsRawFd doc link to current Rust stdlib location (#7429)

This commit is contained in:
GarmashAlex 2025-06-27 17:08:31 +03:00 committed by GitHub
parent 6b705b3053
commit b7a75b5be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ cfg_net! {
///
/// [`RawFd`]: https://doc.rust-lang.org/std/os/fd/type.RawFd.html
/// [`RawSocket`]: https://doc.rust-lang.org/std/os/windows/io/type.RawSocket.html
/// [`AsRawFd`]: https://doc.rust-lang.org/std/os/unix/io/trait.AsRawFd.html
/// [`AsRawFd`]: https://doc.rust-lang.org/std/os/fd/trait.AsRawFd.html
/// [`AsRawSocket`]: https://doc.rust-lang.org/std/os/windows/io/trait.AsRawSocket.html
/// [`socket2`]: https://docs.rs/socket2/
#[cfg_attr(docsrs, doc(alias = "connect_std"))]