more review stuff
This commit is contained in:
@@ -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>> {
|
||||
|
||||
Reference in New Issue
Block a user