net: display net requirement for net::UdpSocket in docs (#6938)

This commit is contained in:
Jonas Fassbender 2024-10-26 12:37:39 +02:00 committed by GitHub
parent 0c01fd23b4
commit 946401c345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,6 +46,7 @@ cfg_net! {
pub use tcp::socket::TcpSocket;
mod udp;
#[doc(inline)]
pub use udp::UdpSocket;
}
}