EMPTY_STRING no longer used
This commit is contained in:
parent
d574e9a5da
commit
13bacb4320
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ use std::{
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
static ref HAS_PROTOCOL: Regex = Regex::new(r"^[a-z0-9]+:").unwrap();
|
static ref HAS_PROTOCOL: Regex = Regex::new(r"^[a-z0-9]+:").unwrap();
|
||||||
static ref REGEX_URL: Regex = Regex::new(r"^https?://").unwrap();
|
static ref REGEX_URL: Regex = Regex::new(r"^https?://").unwrap();
|
||||||
static ref EMPTY_STRING: String = String::new();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const MAGIC: [[&[u8]; 2]; 19] = [
|
const MAGIC: [[&[u8]; 2]; 19] = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue