Description: skip test failing when compiling in release mode
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-02-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/axum-macros/src/lib.rs
+++ b/axum-macros/src/lib.rs
@@ -581,7 +581,7 @@
 ///
 /// This macro does not work for functions in an `impl` block that don't have a `self` parameter:
 ///
-/// ```compile_fail
+/// ```ignore
 /// use axum::{debug_handler, extract::Path};
 ///
 /// struct App {}
