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:
@ -32,7 +32,7 @@ pub trait Route {
|
||||
let path = self.path();
|
||||
if let Some(query) = self.query() {
|
||||
let query = serde_urlencoded::to_string(query).unwrap();
|
||||
format!("{}?{}", path, query).into()
|
||||
format!("{path}?{query}").into()
|
||||
} else {
|
||||
path
|
||||
}
|
||||
|
Reference in New Issue
Block a user