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:
@ -406,7 +406,7 @@ fn prepare_claims(
|
||||
/// A request with client credentials added to it.
|
||||
#[derive(Clone, Serialize)]
|
||||
#[skip_serializing_none]
|
||||
pub struct RequestWithClientCredentials<T: Serialize> {
|
||||
pub struct RequestWithClientCredentials<T> {
|
||||
#[serde(flatten)]
|
||||
pub(crate) body: T,
|
||||
#[serde(flatten)]
|
||||
|
Reference in New Issue
Block a user