From 43abb649ae3394521a92f9d890548979a61aa9bc Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:06:48 +0900 Subject: [PATCH] :boom: Delete deprecated type alias `ReadEntry` --- lib/src/archive/entry.rs | 3 --- 1 file changed, 3 deletions(-) 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 {