diff options
| author | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-21 12:31:12 -0700 |
|---|---|---|
| committer | Serguey Parkhomovsky <xindigo@gmail.com> | 2026-03-21 12:31:12 -0700 |
| commit | 820b7fca6e5a076b646ce99741976fe3d0c1a057 (patch) | |
| tree | b9a7eb1c7b40c96c696b364834bf0100b9b22d65 /src/main.rs | |
| parent | 12856d63d081e9b995375710503563c2aa6bb07a (diff) | |
Minor include cleanup
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 89f7709..ae595ed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,8 +7,7 @@ use rumqttc::{AsyncClient, Event, MqttOptions, Packet, QoS, Transport}; use std::collections::HashMap; use std::fs; use std::process; -use std::sync::Arc; -use std::sync::RwLock; +use std::sync::{Arc, RwLock}; use std::time::Duration; use tracing::{debug, error, info, warn}; |
