fix bug in route_v2 macro

This commit is contained in:
D. Scott Boggs 2022-12-25 06:48:24 -05:00
parent 93a4516d60
commit c9ea7c9ea9
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ macro_rules! route_v2 {
} }
} }
route!{$($rest)*} route_v2!{$($rest)*}
}; };
() => {} () => {}
} }