diff options
Diffstat (limited to 'crates/rule-executor')
-rw-r--r-- | crates/rule-executor/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/rule-executor/src/main.rs b/crates/rule-executor/src/main.rs index 18c9222..ed284c6 100644 --- a/crates/rule-executor/src/main.rs +++ b/crates/rule-executor/src/main.rs @@ -1,4 +1,6 @@ +#[allow(dead_code)] mod cnfg; + mod processor; mod state; |