Revert "more review stuff"

This reverts commit b95f3889bb.

This is WIP and does not compile right now. See branch `review`.
This commit is contained in:
Dr. Matthias Ratajczak
2023-01-30 14:39:27 +01:00
parent 091fd3488d
commit aa9cdbf362
4 changed files with 99 additions and 138 deletions
-2
View File
@@ -33,8 +33,6 @@ 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());