mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
docs: fix docsrs build without net feature (#6360)
This commit is contained in:
@@ -630,6 +630,7 @@ pub mod stream {}
|
|||||||
#[cfg(docsrs)]
|
#[cfg(docsrs)]
|
||||||
pub mod doc;
|
pub mod doc;
|
||||||
|
|
||||||
|
#[cfg(feature = "net")]
|
||||||
#[cfg(docsrs)]
|
#[cfg(docsrs)]
|
||||||
#[allow(unused)]
|
#[allow(unused)]
|
||||||
pub(crate) use self::doc::os;
|
pub(crate) use self::doc::os;
|
||||||
|
|||||||
Reference in New Issue
Block a user