Remove #[macro_use] where possible (fix #87)

This commit is contained in:
Roey Darwish Dror
2018-11-18 11:52:37 +02:00
parent 7e5eb87b7d
commit 1b61a07d52
5 changed files with 10 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
use lazy_static::lazy_static;
use nix::sys::signal;
use std::sync::atomic::{AtomicBool, Ordering};