mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
79d3b30cd7
To digit is some Add a lint that recommends replacing `to_digit().is_some()` with `is_digit()` on `char`s changelog: Add lint `to_digit_is_some` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |