Skip to content

Commit

Permalink
Remove log alias from librustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Aug 4, 2020
1 parent 40857b9 commit c577d71
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 c577d71

Please sign in to comment.