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
ci: Update clippy to 1.66 and fix new warnings
This commit is contained in:
@ -58,7 +58,7 @@ fn print_headers(parts: &hyper::http::response::Parts) {
|
||||
);
|
||||
|
||||
for (header, value) in &parts.headers {
|
||||
println!("{}: {:?}", header, value);
|
||||
println!("{header}: {value:?}");
|
||||
}
|
||||
println!();
|
||||
}
|
||||
@ -116,7 +116,7 @@ impl Options {
|
||||
}
|
||||
|
||||
let body = serde_json::to_string_pretty(&body)?;
|
||||
println!("{}", body);
|
||||
println!("{body}");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user