rar fixes

This commit is contained in:
Robin Appelman 2025-07-01 17:21:56 +02:00
commit cd36ba9a8f
7 changed files with 51 additions and 25 deletions

View file

@ -42,7 +42,6 @@ impl Archive for RarArchive {
.open_for_listing()
.into_iter()
.flatten()
.into_iter()
.flatten()
.map(|header| RarEntry {
archive: self.path.clone(),