remove deprecated tools::io::ops reexport

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-07-01 10:56:27 +02:00
parent 3310c5e05d
commit e290d78840

View File

@ -3,11 +3,6 @@
//! The [`ReadExt`] trait provides additional operations for handling byte buffers for types
//! implementing [`Read`](std::io::Read).
// DEPRECATED:
pub mod ops {
pub use super::ReadExt as ReadExtOps;
}
mod read;
pub use read::*;