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 2b0274c commit 9dd7c01Copy full SHA for 9dd7c01
src/bootstrap/src/utils/execution_context.rs
@@ -6,6 +6,8 @@
6
use std::sync::{Arc, Mutex};
7
8
use crate::core::config::DryRun;
9
+#[cfg(feature = "tracing")]
10
+use crate::trace_cmd;
11
use crate::{BehaviorOnFailure, BootstrapCommand, CommandOutput, OutputMode, exit};
12
13
#[derive(Clone, Default)]
0 commit comments