diff --git a/src/web.rs b/src/web.rs index ad12274..b39c788 100644 --- a/src/web.rs +++ b/src/web.rs @@ -326,7 +326,7 @@ async fn index_js() -> impl IntoResponse { } impl Status { - fn to_emoji(&self) -> &'static str { + fn to_emoji(self) -> &'static str { match self { Status::Pass => "✅", Status::Error => "❌",