Skip to content

Commit

Permalink
💥 Remove deprecated apis since 0.19.0
Browse files Browse the repository at this point in the history
- Remove type alias `RegularEntry`
  • Loading branch information
ChanTsune committed Oct 17, 2024
1 parent 1817f37 commit 7056a69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,13 +569,6 @@ pub struct NormalEntry<T = Vec<u8>> {
pub(crate) xattrs: Vec<ExtendedAttribute>,
}

#[deprecated(
note = "Renamed to `libpna::NormalEntry`. This type alias will be removed in libpna version 0.22.0.",
since = "0.19.0"
)]
/// Type alias of [NormalEntry]
pub type RegularEntry<T> = NormalEntry<T>;

impl<T> TryFrom<RawEntry<T>> for NormalEntry<T>
where
RawChunk<T>: Chunk,
Expand Down

0 comments on commit 7056a69

Please sign in to comment.