mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 05:20:28 +08:00
- Build Record inline so fmt::Arguments temporary only lives through writer.write, avoiding dropped-temporary borrow. - Add explicit 'static annotation on leaked string before reboxing for clarity.