Actually use tracing
for logging
This commit is contained in:
parent
f2bad9c7af
commit
5ed7f74d10
@ -8,7 +8,7 @@
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate tracing;
|
||||||
|
|
||||||
// N.B. these crates are loaded from the sysroot, so they need extern crate.
|
// N.B. these crates are loaded from the sysroot, so they need extern crate.
|
||||||
extern crate rustc_ast;
|
extern crate rustc_ast;
|
||||||
|
Loading…
Reference in New Issue
Block a user