1
Fork 0

Remove log alias from librustdoc

This commit is contained in:
Ivan Tham 2020-08-04 17:57:35 +08:00
parent 40857b9453
commit c577d71e03

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;