mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
Fix warning when building calculator.
This commit is contained in:
parent
d740f500ba
commit
b4de8d47a0
@ -32,6 +32,7 @@ fn calculator2b() {
|
||||
|
||||
pub mod calculator3;
|
||||
|
||||
#[cfg_attr(not(test), allow(unused_macros))]
|
||||
macro_rules! test3 {
|
||||
($expr:expr) => {
|
||||
println!("parsing {}", stringify!($expr));
|
||||
|
Loading…
x
Reference in New Issue
Block a user