Skip to content

Commit 5ed7f74

Browse files
fee1-deadytmimi
authored andcommitted
Actually use tracing for logging
1 parent f2bad9c commit 5ed7f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#[macro_use]
99
extern crate lazy_static;
1010
#[macro_use]
11-
extern crate log;
11+
extern crate tracing;
1212

1313
// N.B. these crates are loaded from the sysroot, so they need extern crate.
1414
extern crate rustc_ast;

0 commit comments

Comments
 (0)