mirror of
https://github.com/urbit/ares.git
synced 2024-12-24 13:55:23 +03:00
serf: placate linter
This commit is contained in:
parent
cd92209131
commit
3207660eac
@ -16,7 +16,7 @@ use signal_hook;
|
||||
use signal_hook::consts::SIGINT;
|
||||
use std::fs::create_dir_all;
|
||||
use std::io;
|
||||
use std::path::Path;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::result::Result;
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
use std::sync::Arc;
|
||||
|
Loading…
Reference in New Issue
Block a user