Skip to content

Commit

Permalink
💥 Delete deprecated type alias ReadEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Feb 20, 2024
1 parent b8aade3 commit 43abb64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/archive/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ impl TryFrom<ChunkSolidEntries> 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 {
Expand Down

0 comments on commit 43abb64

Please sign in to comment.