pull/993/head
FabianLars 3 months ago
parent 56a5e0f933
commit 6d9058e753
No known key found for this signature in database

@ -28,7 +28,7 @@ pub struct AssociatedDomain {
// TODO: Consider removing this in v3
fn default_schemes() -> Vec<String> {
vec!["https", "http"]
vec!["https".to_string(), "http".to_string()]
}
fn deserialize_associated_host<'de, D>(deserializer: D) -> Result<String, D::Error>

Loading…
Cancel
Save