about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/librustc_parse/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_parse/lib.rs b/src/librustc_parse/lib.rs
index 182de85857e..be86b4b7c77 100644
--- a/src/librustc_parse/lib.rs
+++ b/src/librustc_parse/lib.rs
@@ -18,7 +18,7 @@ use rustc_span::{FileName, SourceFile, Span};
 use std::path::Path;
 use std::str;
 
-use log::info;
+use log::{debug, info};
 
 pub const MACRO_ARGUMENTS: Option<&'static str> = Some("macro arguments");