Remove unnecessary rustdoc
This doc does not document any type, remove it.
This commit is contained in:
parent
2a6b4c1f43
commit
5610b9a6b6
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue