修复编译告警

This commit is contained in:
2025-10-26 19:44:35 +08:00
parent f8e74d6dba
commit 11aac96b53
2 changed files with 3 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ pub fn write_claude_config(config: &ClaudeConfig) -> Result<(), String> {
}
/// 备份当前配置
#[allow(dead_code)]
pub fn backup_claude_config() -> Result<(), String> {
let config_path = get_claude_config_path()?;
let backup_path = get_config_backup_path()?;