fix: resolve compilation errors by adding Sync+Send bounds and fixing syntax

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-11 11:57:14 -03:00
parent 4dcbb7c942
commit dca1d6c6a4
5 changed files with 35 additions and 23 deletions

View File

@@ -36,10 +36,6 @@ pub mod services;
pub mod db;
pub mod meta_plugin;
pub mod modes;
pub mod plugins;
pub mod args;
pub mod parser;
pub mod filter_plugin;
// Re-export Args struct for library usage