refactor: replace custom proc-macro with strum for snake_case serialization

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-27 12:13:04 -03:00
parent 697ec44f4d
commit 8857fc86cd
2 changed files with 1 additions and 4 deletions

View File

@@ -14,8 +14,5 @@ pub use args::Args;
// Re-export PIPESIZE constant
pub use common::PIPESIZE;
// Re-export the ToSnakeCaseString trait and derive macro
pub use to_snake_case_trait::ToSnakeCaseString;
#[cfg(test)]
mod tests;