rust/clippy_config
Samuel Tardieu bde939058b
char::is_digit() is const-stable only since Rust 1.87
The `to_digit_is_some()` lint suggests using `char::is_digit()`. It
should not trigger in const contexts before Rust 1.87.
2025-05-10 00:20:55 +02:00
..
src char::is_digit() is const-stable only since Rust 1.87 2025-05-10 00:20:55 +02:00
Cargo.toml Bump Clippy version -> 0.1.88 2025-04-03 21:32:37 +02:00