1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Fix intra-doc broken link in mas-jose

This commit is contained in:
Kévin Commaille
2022-09-16 10:16:03 +02:00
committed by Quentin Gliech
parent aeed84cac2
commit 2e8f233ac5

View File

@@ -328,7 +328,7 @@ impl<P> JsonWebKeySet<P> {
self.find_key(&constraints) self.find_key(&constraints)
} }
/// Get a list of available signing algorithms for this [`Keystore`] /// Get a list of available signing algorithms for this [`JsonWebKeySet`]
#[must_use] #[must_use]
pub fn available_signing_algorithms(&self) -> Vec<JsonWebSignatureAlg> pub fn available_signing_algorithms(&self) -> Vec<JsonWebSignatureAlg>
where where