fix more lints

This commit is contained in:
Dr. Matthias Ratajczak
2023-02-13 20:54:49 +01:00
parent e707532eca
commit 681f9bdd9d
12 changed files with 28 additions and 25 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ mod iter;
mod macros;
mod todo_per_backend;
pub(crate) use backend_trait::Backend;
pub(crate) use iter::BackendIter;
pub(crate) use todo_per_backend::ToDoPerBackend;
pub use backend_trait::Backend;
pub use iter::BackendIter;
pub use todo_per_backend::ToDoPerBackend;
use ::macros::Register;