Rollup merge of #75081 - jyn514:fix-logging, r=Mark-Simulacrum
Fix logging for rustdoc https://github.com/rust-lang/rust/pull/74726#issuecomment-667765557
This commit is contained in:
commit
c2bc733d99
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue