fix reading group sections

This commit is contained in:
steven-omaha
2023-01-10 14:13:36 +01:00
parent 832b94e2dc
commit 7bf464b732
6 changed files with 47 additions and 44 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ pub(crate) trait Backend {
.skip(1)
.filter(|line| !line.starts_with('['))
.fuse()
.map(Package::from)
.filter_map(Package::try_from)
.collect()
}