Files
clawpanel/src-tauri
晴天 bfc46841fa fix(ci): promote_nested_standalone_dir 按平台门控消除 Unix 死代码告警
该函数的生产调用点仅在 Windows zip 解压路径(Unix 走 tar),
Linux/macOS 的 clippy -D warnings 报 dead_code 导致 CI 失败。
用 cfg(any(windows, test)) 门控:保留跨平台单元测试覆盖。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-05 21:04:36 -07:00
..