Rollup merge of #142116 - jieyouxu:fix-tracing, r=Mark-Simulacrum

Fix bootstrap tracing imports
This commit is contained in:
Guillaume Gomez 2025-06-07 22:22:58 +02:00 committed by GitHub
commit 215dc8c499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -28,8 +28,6 @@ use build_helper::git::{GitConfig, PathFreshness, check_path_modifications, outp
use serde::Deserialize;
#[cfg(feature = "tracing")]
use tracing::{instrument, span};
#[cfg(feature = "tracing")]
use tracing::{instrument, span};
use crate::core::build_steps::llvm;
use crate::core::build_steps::llvm::LLVM_INVALIDATION_PATHS;

View file

@ -39,8 +39,6 @@ pub use toml::BUILDER_CONFIG_FILENAME;
pub use toml::change_id::ChangeId;
pub use toml::rust::LldMode;
pub use toml::target::Target;
#[cfg(feature = "tracing")]
use tracing::{instrument, span};
use crate::Display;
use crate::str::FromStr;