fix: Declare filter_plugin module before its usage

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 10:39:06 -03:00
parent fd95fbcac1
commit a528f47a14
2 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ pub mod plugins;
pub mod args;
pub mod parser;
pub mod filter_plugin;
// Re-export Args struct for library usage
pub use args::Args;
// Re-export PIPESIZE constant