fix reading group sections

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-10 14:13:36 +01:00
parent 91991cf339
commit cdbe0669d3
6 changed files with 47 additions and 44 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ impl Backend for Rust {
fn get_all_installed_packages(&self) -> HashSet<Package> {
extract_packages_names(&run_cargo_install_list())
.map(Package::from)
.filter_map(Package::try_from)
.collect()
}