forked from Proxmox/proxmox
fixup add missing question mark
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
22f4d076e2
commit
841799d882
@ -22,7 +22,7 @@ pub fn router_macro(input: TokenStream) -> Result<TokenStream, Error> {
|
||||
let router_name = need_ident(&mut input)?;
|
||||
|
||||
match_colon(&mut input)?;
|
||||
match_keyword(&mut input, "Router");
|
||||
match_keyword(&mut input, "Router")?;
|
||||
match_punct(&mut input, '<')?;
|
||||
let body_type = need_ident(&mut input)?;
|
||||
match_punct(&mut input, '>')?;
|
||||
|
Loading…
Reference in New Issue
Block a user