Skip to content

Commit

Permalink
Actually use tracing for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Jul 6, 2023
1 parent f2bad9c commit d6dbabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d6dbabe

Please sign in to comment.