mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-06 20:02:49 +08:00
`cargo fmt --check` 在 CI 上失败:hermes.rs:884 处的 `let log_file = …` 绑定语句宽度超出 rustfmt 默认 100 列阈值,需要把赋值表达式拆成 let-rhs 起始换行的形式。 不影响 Release tag build(release.yml 不跑 fmt/clippy),仅修 main 的 CI 红灯。