chore: fix doc failure in CI on master (#4020)

This commit is contained in:
Alice Ryhl
2021-08-03 09:07:38 +02:00
committed by GitHub
parent 69a6585429
commit 175d84e2b1
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -1,13 +1,4 @@
//! Wrappers for Tokio types that implement `Stream`.
//!
#![cfg_attr(
unix,
doc = "You are viewing documentation built under unix. To view windows-specific wrappers, change to the `x86_64-pc-windows-msvc` platform."
)]
#![cfg_attr(
windows,
doc = "You are viewing documentation built under windows. To view unix-specific wrappers, change to the `x86_64-unknown-linux-gnu` platform."
)]
/// Error types for the wrappers.
pub mod errors {