Skip to content

Commit 98ae744

Browse files
committed
💥 Remove deprecated apis since 0.28.x
1 parent e169e32 commit 98ae744

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

lib/src/archive/read.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,6 @@ impl<R: Read> Archive<R> {
121121
RawEntries(self)
122122
}
123123

124-
/// Returns an iterator over the entries in the archive, excluding entries in solid mode.
125-
///
126-
/// # Deprecated
127-
///
128-
/// Use [`Archive::entries()`] followed by `skip_solid()` instead.
129-
#[inline]
130-
#[deprecated(
131-
since = "0.28.1",
132-
note = "Use `Archive::entries().skip_solid()` chain instead"
133-
)]
134-
pub fn entries_skip_solid(&mut self) -> impl Iterator<Item = io::Result<NormalEntry>> + '_ {
135-
self.entries().skip_solid()
136-
}
137-
138124
/// Returns an iterator over entries including those in solid mode, decrypting
139125
/// solid entries with the provided password.
140126
#[inline]

0 commit comments

Comments
 (0)