Allow this unused macro
for tests only
This commit is contained in:
parent
e9ea7811df
commit
efbeff916a
@ -49,7 +49,7 @@ pub fn quick_ast(input: &str) -> crate::ast::AST {
|
|||||||
parser.parse().unwrap()
|
parser.parse().unwrap()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(dead_code)]
|
#[allow(unused_macros)]
|
||||||
macro_rules! rc {
|
macro_rules! rc {
|
||||||
($string:tt) => { Rc::new(stringify!($string).to_string()) }
|
($string:tt) => { Rc::new(stringify!($string).to_string()) }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user