You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-09 10:01:45 +03:00
ci: Update clippy to 1.66 and fix new warnings
This commit is contained in:
@ -84,7 +84,7 @@ mod tests {
|
||||
let res = WebFingerResponse::new("acct:john@example.com".to_owned())
|
||||
.with_issuer(Url::parse("https://account.example.com/").unwrap());
|
||||
|
||||
let res = serde_json::to_value(&res).unwrap();
|
||||
let res = serde_json::to_value(res).unwrap();
|
||||
|
||||
assert_eq!(
|
||||
res,
|
||||
|
Reference in New Issue
Block a user