We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1f7ff commit 4fc1903Copy full SHA for 4fc1903
crates/subspace-farmer/src/utils.rs
@@ -18,7 +18,9 @@ use std::task::{Context, Poll};
18
use std::{io, thread};
19
use tokio::runtime::Handle;
20
use tokio::task;
21
-use tracing::{debug, warn};
+use tracing::debug;
22
+#[cfg(feature = "numa")]
23
+use tracing::warn;
24
25
/// Joins async join handle on drop
26
pub struct AsyncJoinOnDrop<T> {
0 commit comments