Skip to content

Commit 590f943

Browse files
committed
fix: macOS 上 openclaw_command import 加 cfg 条件编译,消除 unused_imports
1 parent 66799ee commit 590f943

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src-tauri/src/commands/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[cfg(not(target_os = "macos"))]
12
use crate::utils::openclaw_command;
23
/// 配置读写命令
34
use serde_json::Value;

0 commit comments

Comments
 (0)