diff options
Diffstat (limited to 'rustables/src/chain.rs')
-rw-r--r-- | rustables/src/chain.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustables/src/chain.rs b/rustables/src/chain.rs index 25c3604..516536c 100644 --- a/rustables/src/chain.rs +++ b/rustables/src/chain.rs @@ -7,7 +7,6 @@ use std::{ fmt, os::raw::c_char, }; -use tracing::error; pub type Priority = i32; |