1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Fix rustdoc lints

This commit is contained in:
Quentin Gliech
2023-01-18 12:25:49 +01:00
parent 142fdbd45a
commit 3798f25f7d
7 changed files with 12 additions and 12 deletions

View File

@ -56,7 +56,7 @@ impl HttpClientFactory {
Ok(layer.layer(client))
}
/// Constructs a new [`HttpService`], suitable for [`mas_oidc_client`]
/// Constructs a new [`HttpService`], suitable for `mas-oidc-client`
///
/// # Errors
///