mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
style: Add two commas to appease tidy.
This commit is contained in:
parent
8020faed9b
commit
c3f46d78a0
1 changed files with 2 additions and 2 deletions
|
@ -151,7 +151,7 @@ fn derive_variant_fields_expr(
|
|||
|
||||
if let Some(condition) = attrs.contextual_skip_if {
|
||||
expr = quote! {
|
||||
if !#condition(#(#bindings),*) {
|
||||
if !#condition(#(#bindings), *) {
|
||||
#expr
|
||||
}
|
||||
}
|
||||
|
@ -227,7 +227,7 @@ fn derive_single_field_expr(
|
|||
|
||||
if let Some(condition) = attrs.contextual_skip_if {
|
||||
expr = quote! {
|
||||
if !#condition(#(#bindings),*) {
|
||||
if !#condition(#(#bindings), *) {
|
||||
#expr
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue