From b03d474c2711ad537307b1e6359664424028738d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arma=C3=ABl=20Gu=C3=A9neau?= Date: Mon, 3 Feb 2025 14:33:19 +0100 Subject: [PATCH] fix clippy warnings --- src/workers.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/workers.rs b/src/workers.rs index 2b21772..70c4082 100644 --- a/src/workers.rs +++ b/src/workers.rs @@ -246,8 +246,8 @@ pub async fn try_lock_and_notify_user( email::send_locked_account_notice( config, smtp, - &admin_contact_email, - &org_name, + admin_contact_email, + org_name, &login, &email, )