Skip to content

Commit

Permalink
Print prev_route_id in impl Debug for Router
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Mar 10, 2023
1 parent e56e1b3 commit 5c11c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axum/src/routing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit 5c11c5c

Please sign in to comment.