diff options
Diffstat (limited to 'rustables/src/rule.rs')
-rw-r--r-- | rustables/src/rule.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustables/src/rule.rs b/rustables/src/rule.rs index acd3450..cdd1876 100644 --- a/rustables/src/rule.rs +++ b/rustables/src/rule.rs @@ -4,7 +4,6 @@ use std::ffi::{c_void, CStr, CString}; use std::fmt::Debug; use std::os::raw::c_char; use std::sync::Arc; -use tracing::error; /// A nftables firewall rule. pub struct Rule { |