We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 485bfa7 + e97e6fb commit c2bc733Copy full SHA for c2bc733
src/librustdoc/lib.rs
@@ -43,7 +43,7 @@ extern crate rustc_trait_selection;
43
extern crate rustc_typeck;
44
extern crate test as testing;
45
#[macro_use]
46
-extern crate log;
+extern crate tracing as log;
47
48
use std::default::Default;
49
use std::env;
0 commit comments