remove backend/types

This commit is contained in:
timeshifter
2023-01-12 23:18:17 +01:00
parent 3ffbe28c28
commit d14894253a
5 changed files with 4 additions and 8 deletions
-1
View File
@@ -4,7 +4,6 @@ mod macros;
mod pacman;
mod rust;
mod todo_per_backend;
mod types;
pub(crate) use backend_trait::Backend;
pub(crate) use iter::BackendIter;