Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/bootstrap/src/core/build_steps/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2494,9 +2494,6 @@ pub fn stream_cargo(
) -> bool {
let mut cmd = cargo.into_cmd();

#[cfg(feature = "tracing")]
let _run_span = crate::utils::tracing::trace_cmd(&cmd);

// Instruct Cargo to give us json messages on stdout, critically leaving
// stderr as piped so we can get those pretty colors.
let mut message_format = if builder.config.json_output {
Expand Down
Loading