mirror of
https://github.com/TECHNOFAB11/aerosol.git
synced 2025-12-11 23:50:07 +01:00
Fix macro expansion
This commit is contained in:
parent
61230f5ef7
commit
5b2e1c3b53
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ macro_rules! private_define_context {
|
|||
$(auto_field = [{ $($auto_field)* }])*
|
||||
auto_field = [{ $field_name, $t, $factory }]
|
||||
$(field = [{ $($field)* }])*
|
||||
rest = [{ $($rest)+ }]
|
||||
rest = [{ $($rest)* }]
|
||||
}
|
||||
};
|
||||
{
|
||||
|
|
@ -113,7 +113,7 @@ macro_rules! private_define_context {
|
|||
$(auto_field = [{ $($auto_field)* }])*
|
||||
$(field = [{ $($field)* }])*
|
||||
field = [{ $field_name, $t }]
|
||||
rest = [{ $($rest)+ }]
|
||||
rest = [{ $($rest)* }]
|
||||
}
|
||||
};
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue