diff --git a/lib/src/archive/entry.rs b/lib/src/archive/entry.rs index 3c1dc0a3..8a58916f 100644 --- a/lib/src/archive/entry.rs +++ b/lib/src/archive/entry.rs @@ -321,9 +321,6 @@ impl TryFrom for SolidReadEntry { } } -#[deprecated(since = "0.4.0", note = "`ReadEntry` is renamed to `RegularEntry`")] -pub type ReadEntry = RegularEntry; - /// [Entry] that read from PNA archive. #[derive(Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug)] pub struct RegularEntry {