fix more lints

This commit is contained in:
Dr. Matthias Ratajczak
2023-02-14 12:33:26 +01:00
parent d00f388c58
commit 2778564320
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ pub use todo_per_backend::ToDoPerBackend;
use ::macros::Register;
#[derive(Debug, Register)]
pub(crate) enum Backends {
pub enum Backends {
Pacman,
Rust,
}