From 87366c7fb2c67f4a64370ee8430d0c9fe461676e Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 27 Nov 2022 09:03:10 -0500 Subject: [PATCH] xfer --- veilid-tools/src/split_url.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/veilid-tools/src/split_url.rs b/veilid-tools/src/split_url.rs index 9cfd8c94..033ffc96 100644 --- a/veilid-tools/src/split_url.rs +++ b/veilid-tools/src/split_url.rs @@ -9,8 +9,6 @@ use super::*; -use std::str::FromStr; - fn is_alphanum(c: u8) -> bool { matches!(c, b'A'..=b'Z'