From 9356def325048323095d8e71058dee3b905330ee Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 13 Dec 2025 20:41:04 -0300 Subject: [PATCH] Fail CI on lint step --- src/handlers/fixed.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handlers/fixed.rs b/src/handlers/fixed.rs index c9b0fb0..1b27268 100644 --- a/src/handlers/fixed.rs +++ b/src/handlers/fixed.rs @@ -41,7 +41,6 @@ pub async fn file(file_path: &str, content_type: &str) -> Response { response } -#[expect(clippy::unused_async)] pub async fn serial(format: &Format) -> Response { let graph = populate_graph(); let body = serialize_graph(format, &graph);