mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-29 12:52:05 +00:00
Add missing comma to quote_enum macro.
This commit is contained in:
parent
f54b39584d
commit
529340ebb7
@ -67,7 +67,7 @@ macro_rules! quote_enum {
|
||||
idents.push(variant);
|
||||
$ecx.path_global(DUMMY_SP, idents)
|
||||
})+
|
||||
$($extra => $result)*
|
||||
$($extra => $result),*
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user