Fix missing import lost in revert

This commit is contained in:
Aaron Hill 2020-05-29 00:35:02 -04:00
parent 1c2b65b1e1
commit b802eebc67
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -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");