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
@@ -31,6 +31,10 @@ impl Backend for Rust {
self.get_all_installed_packages()
.context("getting all installed packages")
}
fn supports_assigning_packages_as_dependency(&self) -> bool {
false
}
}
fn extract_packages(json: Value) -> Result<HashSet<Package>> {