xfer
This commit is contained in:
parent
3a7d9b57b5
commit
87366c7fb2
@ -9,8 +9,6 @@
|
|||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
use std::str::FromStr;
|
|
||||||
|
|
||||||
fn is_alphanum(c: u8) -> bool {
|
fn is_alphanum(c: u8) -> bool {
|
||||||
matches!(c,
|
matches!(c,
|
||||||
b'A'..=b'Z'
|
b'A'..=b'Z'
|
||||||
|
Loading…
Reference in New Issue
Block a user