fix: resolve proc-macro reserved keyword and trait export issues

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:09:21 -03:00
parent 6579d47821
commit 697ec44f4d
6 changed files with 13 additions and 10 deletions

View File

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