mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-16 14:33:02 +01:00
Print prev_route_id
in impl Debug for Router
This commit is contained in:
parent
e56e1b3e69
commit
5c11c5c44d
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ impl<S, B> fmt::Debug for Router<S, B> {
|
|||
.field("routes", &self.routes)
|
||||
.field("node", &self.node)
|
||||
.field("fallback", &self.fallback)
|
||||
.field("prev_route_id", &self.prev_route_id)
|
||||
.finish()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue