1
0
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:
Quentin Gliech
2022-08-08 09:55:19 +02:00
parent c1ed726dc8
commit d00bf6a2d2
5 changed files with 22 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ pub trait CookieExt {
where
T: DeserializeOwned;
#[must_use]
fn encode<T>(self, t: &T) -> Self
where
T: Serialize;