Skip to content

Commit 6b6eced

Browse files
Rollup merge of rust-lang#142116 - jieyouxu:fix-tracing, r=Mark-Simulacrum
Fix bootstrap tracing imports
2 parents 692ed4c + 46a936a commit 6b6eced

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ use build_helper::git::{GitConfig, PathFreshness, check_path_modifications, outp
2828
use serde::Deserialize;
2929
#[cfg(feature = "tracing")]
3030
use tracing::{instrument, span};
31-
#[cfg(feature = "tracing")]
32-
use tracing::{instrument, span};
3331

3432
use crate::core::build_steps::llvm;
3533
use crate::core::build_steps::llvm::LLVM_INVALIDATION_PATHS;

src/bootstrap/src/core/config/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ pub use toml::BUILDER_CONFIG_FILENAME;
3939
pub use toml::change_id::ChangeId;
4040
pub use toml::rust::LldMode;
4141
pub use toml::target::Target;
42-
#[cfg(feature = "tracing")]
43-
use tracing::{instrument, span};
4442

4543
use crate::Display;
4644
use crate::str::FromStr;

0 commit comments

Comments
 (0)