diff --git a/io/src/lib.rs b/io/src/lib.rs index 32e717da..2d6b854a 100644 --- a/io/src/lib.rs +++ b/io/src/lib.rs @@ -26,8 +26,6 @@ mod macros; #[rustfmt::skip] // Keep public re-exports separate. pub use self::error::{Error, ErrorKind}; -/// Standard I/O stream definitions which are API-equivalent to `std`'s `io` module. See -/// [`std::io`] for more info. use core::convert::TryInto; pub type Result = core::result::Result;