Skip to content

Commit

Permalink
wip: blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Feb 11, 2024
1 parent 6f7838e commit 3739dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/kill_tree/src/tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::{
};
use async_trait::async_trait;

#[cfg(target_os = "windows")]
#[cfg(windows)]
use crate::windows as imp;

#[cfg(target_os = "linux")]
Expand Down

0 comments on commit 3739dd5

Please sign in to comment.