Skip to content

Commit 6e1533d

Browse files
committed
fix(currentprocess): address some unused_imports warnings
1 parent 8ca641f commit 6e1533d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/currentprocess.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use std::{
1515
use anyhow::{Context, Result};
1616
#[cfg(feature = "test")]
1717
use tracing::subscriber::DefaultGuard;
18+
#[cfg(feature = "test")]
1819
use tracing_subscriber::util::SubscriberInitExt;
1920

2021
pub mod filesource;

0 commit comments

Comments
 (0)