Skip to content

Commit c2bc733

Browse files
authored
Rollup merge of #75081 - jyn514:fix-logging, r=Mark-Simulacrum
Fix logging for rustdoc #74726 (comment)
2 parents 485bfa7 + e97e6fb commit c2bc733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern crate rustc_trait_selection;
4343
extern crate rustc_typeck;
4444
extern crate test as testing;
4545
#[macro_use]
46-
extern crate log;
46+
extern crate tracing as log;
4747

4848
use std::default::Default;
4949
use std::env;

0 commit comments

Comments
 (0)