You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Upgrade Rust to 1.72.0
Fixes new clippy errors and upgrade other tools
This commit is contained in:
@ -300,7 +300,7 @@ impl Options {
|
||||
continue;
|
||||
}
|
||||
|
||||
for scope in oauth2_session.scope.iter() {
|
||||
for scope in &*oauth2_session.scope {
|
||||
if let Some(device) = Device::from_scope_token(scope) {
|
||||
// Schedule a job to delete the device.
|
||||
repo.job()
|
||||
|
Reference in New Issue
Block a user