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);