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
+1 -1
View File
@@ -18,7 +18,7 @@
use std::path::Path;
use std::str;
use log::info;
use log::{debug, info};
pub const MACRO_ARGUMENTS: Option<&'static str> = Some("macro arguments");