This commit is contained in:
John Smith 2022-11-27 09:03:10 -05:00
parent 3a7d9b57b5
commit 87366c7fb2

View File

@ -9,8 +9,6 @@
use super::*;
use std::str::FromStr;
fn is_alphanum(c: u8) -> bool {
matches!(c,
b'A'..=b'Z'