rust/clippy_lints
Philipp Hansch 0a988c6630
Don't emit enum_variant_names if remainder starts with a numeric
As [per the reference](https://doc.rust-lang.org/reference/identifiers.html),
identifiers must start with a letter. So we don't suggest a better
variant naming in these cases.

Fixes #739
2019-08-06 20:45:36 +02:00
..
src Don't emit enum_variant_names if remainder starts with a numeric 2019-08-06 20:45:36 +02:00
Cargo.toml Update pulldown-cmark to 0.5.3 2019-07-19 07:29:25 +02:00
README.md

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.