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.
unused_imports
1 parent 8ca641f commit 6e1533dCopy full SHA for 6e1533d
src/currentprocess.rs
@@ -15,6 +15,7 @@ use std::{
15
use anyhow::{Context, Result};
16
#[cfg(feature = "test")]
17
use tracing::subscriber::DefaultGuard;
18
+#[cfg(feature = "test")]
19
use tracing_subscriber::util::SubscriberInitExt;
20
21
pub mod filesource;
0 commit comments