flavray / avro-rs

Avro client library implementation in Rust
MIT License
169 stars 95 forks source link

Compile error version 0.13.0 #183

Closed stevedonovan closed 3 years ago

stevedonovan commented 3 years ago
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 3 years ago

My apologies - error went away with rustc 1.50 :)