We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c3ddb commit 71da2aaCopy full SHA for 71da2aa
src/internal_macros.rs
@@ -276,7 +276,7 @@ macro_rules! serde_struct_human_string_impl {
276
)*
277
278
let ret = $name {
279
- $($fe: $fe),*
+ $($fe),*
280
};
281
282
Ok(ret)
@@ -312,7 +312,7 @@ macro_rules! serde_struct_human_string_impl {
312
313
314
315
316
317
318
0 commit comments