diff options
author | la Fleur <lafleur@boum.org> | 2021-10-20 08:53:09 +0000 |
---|---|---|
committer | la Fleur <lafleur@boum.org> | 2021-10-20 08:53:09 +0000 |
commit | 0f2a239b967080ea041c21779f063ca1afcc3d2c (patch) | |
tree | b3c372da7c9d828d658d4f25690197842521b417 /rustables/src/table.rs | |
parent | 4a87680c89017730f0a8715f87118c63bb8b7ae8 (diff) | |
parent | 3cfe1bede2b024a1246af976b90ca7237ca7cc3d (diff) |
Merge branch 'revert-to-log-crate' into 'master'
Revert part of aa1cc7089a70d134f2d71f84293628e05818b07f
See merge request rustwall/rustables!1
Diffstat (limited to 'rustables/src/table.rs')
-rw-r--r-- | rustables/src/table.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rustables/src/table.rs b/rustables/src/table.rs index 9de6f5e..447d035 100644 --- a/rustables/src/table.rs +++ b/rustables/src/table.rs @@ -6,7 +6,6 @@ use std::{ fmt::Debug, os::raw::c_char, }; -use tracing::error; /// Abstraction of `nftnl_table`. The top level container in netfilter. A table has a protocol /// family and contain [`Chain`]s that in turn hold the rules. |