You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Fix recently added Clippy lints
This also ignores the clippy::blocks_in_conditions lint in two crates, until tracing gets fixed: https://github.com/tokio-rs/tracing/issues/2876
This commit is contained in:
@@ -52,7 +52,7 @@ pub enum ScopeToken {
|
||||
/// `offline_access`
|
||||
///
|
||||
/// Requests that an OAuth 2.0 refresh token be issued that can be used to
|
||||
/// obtain an access token that grants access to the end-user's UserInfo
|
||||
/// obtain an access token that grants access to the end-user's `UserInfo`
|
||||
/// Endpoint even when the end-user is not present (not logged in).
|
||||
OfflineAccess,
|
||||
|
||||
|
Reference in New Issue
Block a user