Skip to content

Commit

Permalink
Rollup merge of rust-lang#75139 - pickfire:librustdoc-import, r=jyn514
Browse files Browse the repository at this point in the history
Remove log alias from librustdoc

r? @jyn514
  • Loading branch information
Manishearth authored Aug 5, 2020
2 parents 16226c1 + c577d71 commit 82b4f87
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 tracing as log;
extern crate tracing;

use std::default::Default;
use std::env;
Expand Down

0 comments on commit 82b4f87

Please sign in to comment.