not sure what happened but it's fixed
This commit is contained in:
@@ -196,16 +196,6 @@ impl Url {
|
||||
false
|
||||
}
|
||||
|
||||
/// Returns the inner `url::Url` reference
|
||||
pub fn inner_url(&self) -> &url::Url {
|
||||
&self.url
|
||||
}
|
||||
|
||||
/// Returns the front URLs if configured
|
||||
pub fn fronts(&self) -> Option<&Vec<url::Url>> {
|
||||
self.fronts.as_ref()
|
||||
}
|
||||
|
||||
/// Return the string representation of the current front host (domain or IP address) for this
|
||||
/// URL, if any.
|
||||
pub fn front_str(&self) -> Option<&str> {
|
||||
|
||||
Reference in New Issue
Block a user