Compile error version 0.13.0
Closed this issue · 1 comments
stevedonovan commented
schema.rs
134 | | SchemaKind::String,
| ^ no rules expected this token in macro call
The stray comma at the end causes grief (this bites me as well)
stevedonovan commented
My apologies - error went away with rustc 1.50 :)