]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_parse/lib.rs
Rollup merge of #75485 - RalfJung:pin, r=nagisa
[rust.git] / src / librustc_parse / lib.rs
index 723e4333790ae002b108b35591d9fb78d3b81788..829e1a97b100d422440c7647df2edb16eca3e084 100644 (file)
@@ -20,7 +20,7 @@
 use std::path::Path;
 use std::str;
 
-use log::{debug, info};
+use tracing::{debug, info};
 
 pub const MACRO_ARGUMENTS: Option<&'static str> = Some("macro arguments");