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
+2
View File
@@ -33,6 +33,8 @@ pub(crate) trait Backend {
.with_context(|| format!("running command {cmd:?}"))
}
fn supports_assigning_packages_as_dependency(&self) -> bool;
/// Remove the specified packages.
fn remove_packages(&self, packages: &[Package]) -> Result<ExitStatus> {
let mut cmd = Command::new(self.get_binary());