diff --git a/proxmox-tools/src/io.rs b/proxmox-tools/src/io.rs index 0a63c61f..2e92ebba 100644 --- a/proxmox-tools/src/io.rs +++ b/proxmox-tools/src/io.rs @@ -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::*;