about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-08-02 22:24:54 -0400
committerJoshua Nelson <jyn514@gmail.com>2020-08-02 22:24:54 -0400
commite97e6fbe343d0afac795e6c13201ce31047dc219 (patch)
tree463ff532f426c62eeab42c6d076f1ecc34c03468 /src
parentf042d749b0fc212bff6bdc44b84e134b878bff64 (diff)
downloadrust-e97e6fbe343d0afac795e6c13201ce31047dc219.tar.gz
rust-e97e6fbe343d0afac795e6c13201ce31047dc219.zip
Fix logging for rustdoc
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs
index 002c5f96710..4f08452767a 100644
--- a/src/librustdoc/lib.rs
+++ b/src/librustdoc/lib.rs
@@ -43,7 +43,7 @@ extern crate rustc_trait_selection;
 extern crate rustc_typeck;
 extern crate test as testing;
 #[macro_use]
-extern crate log;
+extern crate tracing as log;
 
 use std::default::Default;
 use std::env;