remove backend/types

This commit is contained in:
steven-omaha
2023-01-12 23:18:17 +01:00
parent c8c6ceabc7
commit 28f95a42c7
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;