mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
net: hide net::unix::datagram module from docs (#3775)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
//! Unix domain socket utility types
|
||||
|
||||
// This module does not currently provide any public API, but it was
|
||||
// unintentionally defined as a public module. Hide it from the documentation
|
||||
// instead of changing it to a private module to avoid breakage.
|
||||
#[doc(hidden)]
|
||||
pub mod datagram;
|
||||
|
||||
pub(crate) mod listener;
|
||||
|
||||
Reference in New Issue
Block a user