reorder some imports

This commit is contained in:
steven-omaha
2023-01-10 18:20:43 +01:00
parent ae0907c261
commit 6f2c6c4540
+2 -2
View File
@@ -11,10 +11,10 @@ use anyhow::{Context, Result};
use crate::{Group, Package}; use crate::{Group, Package};
pub(crate) use todo_per_backend::ToDoPerBackend;
pub(crate) use pacman::Pacman; pub(crate) use pacman::Pacman;
pub(crate) use rust::Rust; 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 Switches = &'static [&'static str];
pub(in crate::backend) type Text = &'static str; pub(in crate::backend) type Text = &'static str;