Fix logging for rustdoc

This commit is contained in:
Joshua Nelson 2020-08-02 22:24:54 -04:00
parent f042d749b0
commit e97e6fbe34
1 changed files with 1 additions and 1 deletions

View File

@ -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;