rework backend internals

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-10 18:17:12 +01:00
parent 1365ee5b5c
commit 96265648e9
3 changed files with 35 additions and 36 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ use crate::{Group, Package};
pub(crate) use todo_per_backend::ToDoPerBackend;
pub use pacman::Pacman;
pub use rust::Rust;
pub(crate) use pacman::Pacman;
pub(crate) use rust::Rust;
pub(in crate::backend) type Switches = &'static [&'static str];
pub(in crate::backend) type Text = &'static str;