Skip to content

Commit

Permalink
Fix logging for rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Aug 3, 2020
1 parent f042d74 commit e97e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/lib.rs
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 e97e6fb

Please sign in to comment.