We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40857b9 commit c577d71Copy full SHA for c577d71
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 tracing as log;
+extern crate tracing;
47
48
use std::default::Default;
49
use std::env;
0 commit comments