aboutsummaryrefslogtreecommitdiff
path: root/src/worker/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker/mod.rs')
-rw-r--r--src/worker/mod.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/worker/mod.rs b/src/worker/mod.rs
index 760ed82f..23dd76d3 100644
--- a/src/worker/mod.rs
+++ b/src/worker/mod.rs
@@ -6,11 +6,9 @@ mod maildir;
mod mbox;
mod notmuch;
-use tokio::sync::mpsc::Receiver;
-use tokio::sync::mpsc::Sender;
+use tokio::sync::mpsc::{Receiver, Sender};
-use crate::config::AccountConfig;
-use crate::config::BackendType;
+use crate::config::{AccountConfig, BackendType};
pub struct Worker {
config: AccountConfig,