utkarshkukreti / edn.rs

An EDN (Extensible Data Notation) parser in Rust.
48 stars 12 forks source link

Problem: The syntax for inclusive ranges has changed. #10

Open briprowe opened 4 years ago

briprowe commented 4 years ago

Thanks for your work on this!

To fix the compiler warningings, I simply switched from ... to ..=.