Skip to content

Commit

Permalink
Fix missing import lost in revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron1011 committed May 29, 2020
1 parent 1c2b65b commit b802eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_parse/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit b802eeb

Please sign in to comment.