Skip to content

Commit

Permalink
fix: properly import based on platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Jan 7, 2025
1 parent bb28bfe commit fae92dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/amaru/src/bin/amaru/exit.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use tokio_util::sync::CancellationToken;
#[cfg(windows)]
use tracing::debug;
#[cfg(unix)]
use tracing::{debug, warn};

#[inline]
Expand Down

0 comments on commit fae92dd

Please sign in to comment.