140 |
/// converts it to its integer value `0`-`15`.
|
141 |
#[allow(non_upper_case_globals, clippy::is_digit_ascii_radix)]
|
142 |
pub const digit_hex: MapParser<CharParser, fn(char) -> usize> = MapParser {
|
972 |
fn is_all() {
|
973 |
#![allow(clippy::is_digit_ascii_radix)] // testing it
|
974 |
for byte in 0..128_u8 {
|