hostmeta
: Fix the same clippy lint
This commit is contained in:
parent
428bed8a4a
commit
06f76a60ea
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue