mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-11 09:27:56 +00:00
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
@ -43,7 +43,7 @@ extern crate rustc_trait_selection;
|
|||||||
extern crate rustc_typeck;
|
extern crate rustc_typeck;
|
||||||
extern crate test as testing;
|
extern crate test as testing;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate tracing as log;
|
||||||
|
|
||||||
use std::default::Default;
|
use std::default::Default;
|
||||||
use std::env;
|
use std::env;
|
||||||
|
Loading…
Reference in New Issue
Block a user