mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 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)]
|
||||
pub mod doc;
|
||||
|
||||
#[cfg(feature = "net")]
|
||||
#[cfg(docsrs)]
|
||||
#[allow(unused)]
|
||||
pub(crate) use self::doc::os;
|
||||
|
||||
Reference in New Issue
Block a user