tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
452 stars 87 forks source link

Remove proc from keywords #180

Closed semtexzv closed 3 years ago

semtexzv commented 4 years ago

Remove proc from keywords. https://doc.rust-lang.org/reference/keywords.html

nerdrew commented 4 years ago

https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1270-2018-06-21 https://github.com/rust-lang/rust/pull/49699/

Seems good to me. Is there a documented "minimum supported rustc" for this crate?

tafia commented 3 years ago

There is no MSRV documented. Might be good to add tough.