Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utoipa-axum: Allow trailing comma in
routes!()
macro
Once the `routes!()` invocation contains more than a couple of routes, it is likely that each route will be on its own line. Currently, the macro does not support trailing commas, which causes the git diff when adding a new route to be unnecessarily large. With this change trailing commas are supported, which shrinks the diff down to a single-line change.
- Loading branch information