Skip to content

Commit b802eeb

Browse files
committed
Fix missing import lost in revert
1 parent 1c2b65b commit b802eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_parse/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use rustc_span::{FileName, SourceFile, Span};
1818
use std::path::Path;
1919
use std::str;
2020

21-
use log::info;
21+
use log::{debug, info};
2222

2323
pub const MACRO_ARGUMENTS: Option<&'static str> = Some("macro arguments");
2424

0 commit comments

Comments
 (0)