You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
Bump clippy checks to 1.73.0
This commit is contained in:
@@ -185,7 +185,7 @@ impl Worker {
|
||||
let duration_ms = duration.as_millis().try_into().unwrap_or(u64::MAX);
|
||||
|
||||
match res {
|
||||
Ok(_) => {
|
||||
Ok(()) => {
|
||||
self.flush_time_histogram
|
||||
.record(duration_ms, &[RESULT.string("success")]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user