Skip to content

Commit

Permalink
Fixed compile issue on linux. I think.
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Jun 26, 2024
1 parent 822fce6 commit 5bcc86c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

use std::fs;
use std::sync::Arc;

#[cfg(target_os = "linux")]
use tokio::fs::try_exists;
use clap::{Parser};

use log::{debug, info, trace};
Expand Down

0 comments on commit 5bcc86c

Please sign in to comment.