clean up backend

This commit is contained in:
timeshifter
2023-01-13 14:18:18 +01:00
parent 0c350f7d7f
commit 7792b98cb4
5 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
mod actual;
mod backend_trait;
mod iter;
mod macros;
mod pacman;
mod rust;
mod todo_per_backend;
pub(crate) use backend_trait::Backend;