mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 17:15:57 +00:00
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
|
//! The [`ReadExt`] trait provides additional operations for handling byte buffers for types
|
||||||
//! implementing [`Read`](std::io::Read).
|
//! implementing [`Read`](std::io::Read).
|
||||||
|
|
||||||
// DEPRECATED:
|
|
||||||
pub mod ops {
|
|
||||||
pub use super::ReadExt as ReadExtOps;
|
|
||||||
}
|
|
||||||
|
|
||||||
mod read;
|
mod read;
|
||||||
pub use read::*;
|
pub use read::*;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user