]> git.lizzy.rs Git - rust.git/commitdiff
Fix logging for rustdoc
authorJoshua Nelson <jyn514@gmail.com>
Mon, 3 Aug 2020 02:24:54 +0000 (22:24 -0400)
committerJoshua Nelson <jyn514@gmail.com>
Mon, 3 Aug 2020 02:24:54 +0000 (22:24 -0400)
src/librustdoc/lib.rs

index 002c5f967105d2a6fa8d2bafd6ae04d6a69387f3..4f08452767a877011e96822de62b2ead67cf4272 100644 (file)
@@ -43,7 +43,7 @@
 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;