1
Fork 0

hostmeta: Fix the same clippy lint

This commit is contained in:
Steffo 2024-11-14 01:40:56 +01:00
parent 428bed8a4a
commit 06f76a60ea
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -365,7 +365,7 @@ impl ResourceDescriptor {
/// ///
/// - <https://datatracker.ietf.org/doc/html/rfc6415#section-2> /// - <https://datatracker.ietf.org/doc/html/rfc6415#section-2>
/// ///
pub const WELLKNOWN_HOSTMETA_PATH: &str = "/.well-known/host-meta"; pub const WELLKNOWN_HOSTMETA_PATH: &'static str = "/.well-known/host-meta";
/// Attempt to discover a host-meta document at the given base URL. /// Attempt to discover a host-meta document at the given base URL.
/// ///