Skip to content

Commit

Permalink
Rollup merge of rust-lang#75081 - jyn514:fix-logging, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix logging for rustdoc

rust-lang#74726 (comment)
  • Loading branch information
JohnTitor committed Aug 3, 2020
2 parents 48f7c38 + e97e6fb commit bd00490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd00490

Please sign in to comment.