Allow this unused macro

for tests only
This commit is contained in:
greg 2019-05-14 10:51:32 -07:00
parent e9ea7811df
commit efbeff916a
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ pub fn quick_ast(input: &str) -> crate::ast::AST {
parser.parse().unwrap()
}
#[allow(dead_code)]
#[allow(unused_macros)]
macro_rules! rc {
($string:tt) => { Rc::new(stringify!($string).to_string()) }
}