You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Loads of docs & enabling more clippy lints
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![deny(clippy::all)]
|
||||
#![deny(clippy::all, rustdoc::broken_intra_doc_links)]
|
||||
#![warn(clippy::pedantic)]
|
||||
|
||||
use mas_iana::oauth::OAuthAuthorizationEndpointResponseType;
|
||||
|
@ -198,7 +198,7 @@ pub struct Metadata {
|
||||
|
||||
// TODO: type
|
||||
/// Languages and scripts supported for values in Claims being returned,
|
||||
/// represented as a JSON array of BCP 47 [RFC5646] language tag values.
|
||||
/// represented as a JSON array of BCP 47 language tag values.
|
||||
pub claims_locales_supported: Option<HashSet<String>>,
|
||||
|
||||
/// Boolean value specifying whether the OP supports use of the "claims"
|
||||
|
Reference in New Issue
Block a user