rrevenantt / antlr4rust

ANTLR4 parser generator runtime for Rust programming laguage
Other
398 stars 70 forks source link

fix: ugprade rust toolchain to nightly-2021-11-30 #40

Closed neverchanje closed 1 year ago

neverchanje commented 2 years ago

This PR upgraded the rust toolchain and fixed the warnings, also fixed a error that had been complained in https://github.com/rrevenantt/antlr4rust/issues/34. @rrevenantt PTAL

leoleoasd commented 2 years ago

Maybe also add

#![allow(unused_braces)]
#![allow(unused_parens)]

to the code template, to remove the style warnings about generated code?

rrevenantt commented 1 year ago

I have added support for stable rust so this is not necessary anymore