Skip to content

Commit

Permalink
net: display net requirement for net::UdpSocket in docs (#6938)
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas authored Oct 26, 2024
1 parent 0c01fd2 commit 946401c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio/src/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cfg_net! {
pub use tcp::socket::TcpSocket;

mod udp;
#[doc(inline)]
pub use udp::UdpSocket;
}
}
Expand Down

0 comments on commit 946401c

Please sign in to comment.