Skip to content

Commit 9dd7c01

Browse files
committed
add trace_cmd import in tracing feature in execution context
1 parent 2b0274c commit 9dd7c01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/src/utils/execution_context.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
use std::sync::{Arc, Mutex};
77

88
use crate::core::config::DryRun;
9+
#[cfg(feature = "tracing")]
10+
use crate::trace_cmd;
911
use crate::{BehaviorOnFailure, BootstrapCommand, CommandOutput, OutputMode, exit};
1012

1113
#[derive(Clone, Default)]

0 commit comments

Comments
 (0)