diff options
author | lafleur <lafleur@boum.org> | 2021-11-08 15:18:17 +0100 |
---|---|---|
committer | lafleur <lafleur@boum.org> | 2021-11-09 12:53:56 +0100 |
commit | d951b70f7e0417c3bcfc9d9b356aadfbfbcd4696 (patch) | |
tree | a3b76ea4f74102ef6011b82c460e8a083258c8d4 /src | |
parent | faf7693637393caa3d274d406677a42eaa824073 (diff) |
fix dev 'query' feature being pulled in release build
Diffstat (limited to 'src')
-rw-r--r-- | src/rule_match.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rule_match.rs b/src/rule_match.rs index 1cf71d9..35c71b6 100644 --- a/src/rule_match.rs +++ b/src/rule_match.rs @@ -1,4 +1,4 @@ -use crate::{Batch, Rule, nft_expr, rustables_sys::libc}; +use crate::{Batch, Rule, nft_expr, sys::libc}; use crate::expr::{LogGroup, LogPrefix}; use ipnetwork::IpNetwork; use std::ffi::{CString, NulError}; |