diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 69034b3..95ce6b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,10 +1,10 @@ #![feature(exit_status_error)] pub mod api; pub mod check; +pub mod dbus; pub mod log; pub mod mail; pub mod web; -pub mod dbus; use ::log::error; use anyhow::{anyhow, Result}; |