From 2eed0cc2a319bfab52b88abc39f2a4f237e4d0e0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 27 May 2025 18:40:53 +0200 Subject: clippy --- src/modules/auth/cookie.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/auth/cookie.rs') diff --git a/src/modules/auth/cookie.rs b/src/modules/auth/cookie.rs index 4c4d96d..c0935f7 100644 --- a/src/modules/auth/cookie.rs +++ b/src/modules/auth/cookie.rs @@ -199,7 +199,7 @@ fn apply_login_success_headers( ); r.headers_mut().append( SET_COOKIE, - HeaderValue::from_str(&format!("gnix_auth={}{}", auth, cookie_opts)).unwrap(), + HeaderValue::from_str(&format!("gnix_auth={auth}{cookie_opts}")).unwrap(), ); } -- cgit v1.2.3-70-g09d2