Actually use tracing for logging
This commit is contained in:
parent
f2bad9c7af
commit
5ed7f74d10
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate tracing;
|
||||
|
||||
// N.B. these crates are loaded from the sysroot, so they need extern crate.
|
||||
extern crate rustc_ast;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue