not sure what happened but it's fixed

This commit is contained in:
Tommy Verrall
2025-10-20 15:20:24 +02:00
parent 79d4b4b2e3
commit d1cb9afaf0
-10
View File
@@ -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> {