diff --git a/axum/src/routing/mod.rs b/axum/src/routing/mod.rs index 7da58a16..910d6768 100644 --- a/axum/src/routing/mod.rs +++ b/axum/src/routing/mod.rs @@ -377,7 +377,7 @@ where { tap_inner!(self, mut this => { this.path_router - .method_not_allowed_fallback(handler.clone()) + .method_not_allowed_fallback(handler.clone()); }) }