shnewto / bnf

Parse BNF grammar definitions
MIT License
256 stars 22 forks source link

Enable clippy lints via toml #143

Closed CrockAgile closed 8 months ago

CrockAgile commented 8 months ago

Cargo/clippy recently added support for configuring lints via the Cargo.toml. This configures clippy lints and helps them be reliable for all contributors. And creates a central place to configure them!

coveralls commented 8 months ago

Coverage Status

coverage: 97.956%. remained the same when pulling 19ab9c0324c5c8f18b6a38b749c35b85093a6679 on clippy-toml into 973f9522da27214d3e381085bfd3e0ffdaa639b4 on main.