Allow clippy::useless-let-if-seq.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-12-03 09:22:05 +00:00
parent 3403943880
commit fb0c2a2832

View File

@@ -93,6 +93,7 @@ pub fn create(
}
#[implement(Service)]
#[allow(clippy::useless_let_if_seq)]
pub async fn try_auth(
&self,
user_id: &UserId,