mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Fix missing import lost in revert
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user