Remove unnecessary rustdoc

This doc does not document any type, remove it.
This commit is contained in:
Tobin C. Harding 2023-12-08 10:15:28 +11:00
parent 2a6b4c1f43
commit 5610b9a6b6
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -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<T> = core::result::Result<T, Error>;