more review stuff

This commit is contained in:
steven-omaha
2023-01-19 13:31:55 +01:00
parent 1e5517a129
commit 6d852305c9
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>> {