Fix missing import lost in revert
This commit is contained in:
parent
1c2b65b1e1
commit
b802eebc67
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue