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:
@ -317,7 +317,7 @@ impl fmt::Debug for AuthorizationRequest {
|
||||
.field("request", &self.request)
|
||||
.field("request_uri", &self.request_uri)
|
||||
.field("registration", &self.registration)
|
||||
.finish()
|
||||
.finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
||||
@ -422,7 +422,7 @@ impl fmt::Debug for DeviceAuthorizationResponse {
|
||||
.field("verification_uri", &self.verification_uri)
|
||||
.field("expires_in", &self.expires_in)
|
||||
.field("interval", &self.interval)
|
||||
.finish()
|
||||
.finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user