Rollup merge of #75139 - pickfire:librustdoc-import, r=jyn514

Remove log alias from librustdoc

r? @jyn514
This commit is contained in:
Yuki Okushi 2020-08-05 11:40:05 +09:00 committed by GitHub
commit 7b39f75187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 tracing as log;
extern crate tracing;
use std::default::Default;
use std::env;