Skip to content

Commit 33218a2

Browse files
committed
Remove duplicated tracing span in bootstrap
1 parent 8800ec1 commit 33218a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/bootstrap/src/core/build_steps/compile.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,9 +2494,6 @@ pub fn stream_cargo(
24942494
) -> bool {
24952495
let mut cmd = cargo.into_cmd();
24962496

2497-
#[cfg(feature = "tracing")]
2498-
let _run_span = crate::utils::tracing::trace_cmd(&cmd);
2499-
25002497
// Instruct Cargo to give us json messages on stdout, critically leaving
25012498
// stderr as piped so we can get those pretty colors.
25022499
let mut message_format = if builder.config.json_output {

0 commit comments

Comments
 (0)