fix unused import cargo warning

This commit is contained in:
travis laduke 2023-06-15 14:32:33 -07:00
parent c52638f9b7
commit 7ed5ea219d

View file

@ -35,6 +35,7 @@ use std::str::from_utf8;
use std::sync::{Arc, Mutex};
use std::thread::{sleep, spawn, JoinHandle};
use std::time::{Duration, SystemTime, UNIX_EPOCH};
#[cfg(debug_assertions)]
use time::{format_description, OffsetDateTime};
use url::Url;