You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
Add missing clippy lints in mas-axum-utils
This commit is contained in:
@@ -30,6 +30,7 @@ pub trait CookieExt {
|
||||
where
|
||||
T: DeserializeOwned;
|
||||
|
||||
#[must_use]
|
||||
fn encode<T>(self, t: &T) -> Self
|
||||
where
|
||||
T: Serialize;
|
||||
|
||||
Reference in New Issue
Block a user