about summary refs log tree commit diff
path: root/src/librustc_data_structures/lib.rs
diff options
context:
space:
mode:
authorbishtpawan <pawan.bisht@knoldus.com>2020-08-05 17:05:53 +0530
committerbishtpawan <pawan.bisht@knoldus.com>2020-08-06 16:56:56 +0530
commitfdfbd89946ca34d12eec658d111ce9a85cd23df0 (patch)
tree0b70679788c0ecc7f0b01aba15a0ebfc76057392 /src/librustc_data_structures/lib.rs
parente18b56345f06c12be4dba9b5d76f306cdf0ab7f9 (diff)
downloadrust-fdfbd89946ca34d12eec658d111ce9a85cd23df0.tar.gz
rust-fdfbd89946ca34d12eec658d111ce9a85cd23df0.zip
Incorporate tracing crate
Diffstat (limited to 'src/librustc_data_structures/lib.rs')
-rw-r--r--src/librustc_data_structures/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index 0b2e7cda1b4..242390fbde8 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -26,7 +26,7 @@
 #![allow(rustc::default_hash_types)]
 
 #[macro_use]
-extern crate log;
+extern crate tracing;
 #[macro_use]
 extern crate cfg_if;