forked from Proxmox/proxmox
remove deprecated tools::io::ops reexport
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3310c5e05d
commit
e290d78840
@ -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::*;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user