even more review stuff

This commit is contained in:
steven-omaha
2023-01-31 16:42:16 +01:00
parent 71a977e60d
commit 8f4864c573
6 changed files with 114 additions and 4 deletions
+4
View File
@@ -21,6 +21,10 @@ macro_rules! impl_backend_constants {
SWITCHES_REMOVE
}
fn get_switches_make_dependency(&self) -> Switches {
SWITCHES_MAKE_DEPENDENCY
}
fn get_managed_packages(&self) -> &HashSet<Package> {
&self.packages
}