reorder some imports

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-10 18:20:43 +01:00
parent 96265648e9
commit ab4c8d0da4
+2 -2
View File
@@ -11,10 +11,10 @@ use anyhow::{Context, Result};
use crate::{Group, Package};
pub(crate) use todo_per_backend::ToDoPerBackend;
pub(crate) use pacman::Pacman;
pub(crate) use rust::Rust;
pub(crate) use todo_per_backend::ToDoPerBackend;
pub(in crate::backend) type Switches = &'static [&'static str];
pub(in crate::backend) type Text = &'static str;