mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
net: display net
requirement for net::UdpSocket
in docs (#6938)
This commit is contained in:
parent
0c01fd23b4
commit
946401c345
@ -46,6 +46,7 @@ cfg_net! {
|
||||
pub use tcp::socket::TcpSocket;
|
||||
|
||||
mod udp;
|
||||
#[doc(inline)]
|
||||
pub use udp::UdpSocket;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user