mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Add a missing semicolon
This commit is contained in:
@@ -377,7 +377,7 @@ where
|
|||||||
{
|
{
|
||||||
tap_inner!(self, mut this => {
|
tap_inner!(self, mut this => {
|
||||||
this.path_router
|
this.path_router
|
||||||
.method_not_allowed_fallback(handler.clone())
|
.method_not_allowed_fallback(handler.clone());
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user