From: fozzie Date: Sun, 20 Jul 2025 21:27:37 +0000 (-0500) Subject: clippy fix X-Git-Url: https://git.humopery.space/?a=commitdiff_plain;h=0b935bada74c2d48b6710bb830d2706e74565ddb;p=waterslager.git clippy fix --- diff --git a/src/handler.rs b/src/handler.rs index c8c822f..f753103 100644 --- a/src/handler.rs +++ b/src/handler.rs @@ -75,7 +75,7 @@ pub async fn check_canary_result( Ok(signed_message) => { info!("Received canary with message string {}...", &signed_message[0..20]); - return do_verify(signed_message,state.certs.clone(), uri,state).await; + do_verify(signed_message,state.certs.clone(), uri,state).await }, Err(e) => error_response(StatusCode::BAD_REQUEST,