EMPTY_STRING no longer used

pull/78/head
Emi Simpson 5 years ago
parent d574e9a5da
commit 13bacb4320
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B

@ -12,7 +12,6 @@ use std::{
lazy_static! {
static ref HAS_PROTOCOL: Regex = Regex::new(r"^[a-z0-9]+:").unwrap();
static ref REGEX_URL: Regex = Regex::new(r"^https?://").unwrap();
static ref EMPTY_STRING: String = String::new();
}
const MAGIC: [[&[u8]; 2]; 19] = [

Loading…
Cancel
Save