fix: use std::path::Path Import fuer is_file_in_use

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Stefan Hacker 2026-04-12 01:55:56 +02:00
parent b606ec9a4a
commit 0d1fc67287
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
mod sync;
use std::path::PathBuf;
use std::path::{Path, PathBuf};
use std::sync::{Arc, Mutex};
use std::time::Duration;
use tauri::{