Remove #[macro_use] extern crate tracing from rustdoc.

This commit is contained in:
Nicholas Nethercote
2024-08-30 13:16:08 +10:00
parent bf662eb808
commit 37d1ce91b5
30 changed files with 30 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ use rustdoc_json_types as types;
// the one from rustc_data_structures, as they're different types due to sysroots.
// See #110051 and #127456 for details
use rustdoc_json_types::FxHashMap;
use tracing::{debug, trace};
use crate::clean::types::{ExternalCrate, ExternalLocation};
use crate::clean::ItemKind;