Files
cc-switch/src-tauri
T
YoVinchen a20fb1afcf style(rust): apply clippy formatting suggestions
Apply automatic clippy fixes for uninlined_format_args warnings across Rust codebase. Replace format string placeholders with inline variable syntax for improved readability.

Changes:
- Convert format!("{}", var) to format!("{var}")
- Apply to model_test.rs, parser.rs, and usage_stats.rs
- Fix line length issues by breaking long function calls
- Improve code formatting consistency

All changes are automatic formatting with no functional impact.
a20fb1afcf ยท 2025-12-04 11:32:38 +08:00
History
..
2025-11-22 19:18:35 +08:00
2025-12-01 22:41:43 +08:00