refactor: prevent raise condition in ci

This commit is contained in:
zhom
2026-02-02 01:40:58 +04:00
parent 288685030a
commit 2f0217e8ed
3 changed files with 36 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
use directories::ProjectDirs;
#[cfg(any(target_os = "macos", target_os = "linux"))]
use std::fs;
use std::io;
use std::path::PathBuf;