Skip to content

Commit 5bcc86c

Browse files
committed
Fixed compile issue on linux. I think.
1 parent 822fce6 commit 5bcc86c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
use std::fs;
55
use std::sync::Arc;
6-
6+
#[cfg(target_os = "linux")]
7+
use tokio::fs::try_exists;
78
use clap::{Parser};
89

910
use log::{debug, info, trace};

0 commit comments

Comments
 (0)