serf: placate linter

This commit is contained in:
Sigilante 2023-12-13 14:31:34 -06:00
parent a715c961c5
commit cd92209131

View File

@ -16,7 +16,7 @@ use signal_hook;
use signal_hook::consts::SIGINT;
use std::fs::create_dir_all;
use std::io;
use std::path::PathBuf;
use std::path::Path;
use std::result::Result;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;