more review stuff

This commit is contained in:
timeshifter
2023-01-19 13:31:55 +01:00
parent 15f544e976
commit b95f3889bb
4 changed files with 137 additions and 98 deletions
+4
View File
@@ -67,6 +67,10 @@ impl Backend for Pacman {
cmd.status()
.with_context(|| format!("running command [{cmd:?}]"))
}
fn supports_assigning_packages_as_dependency(&self) -> bool {
true
}
}
fn get_all_installed_packages_from_alpm() -> Result<HashSet<String>> {