mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
xfer
This commit is contained in:
parent
3a7d9b57b5
commit
87366c7fb2
@ -9,8 +9,6 @@
|
||||
|
||||
use super::*;
|
||||
|
||||
use std::str::FromStr;
|
||||
|
||||
fn is_alphanum(c: u8) -> bool {
|
||||
matches!(c,
|
||||
b'A'..=b'Z'
|
||||
|
Loading…
Reference in New Issue
Block a user