Implement IntoResponse for (R,) where R: IntoResponse (#2143)

This commit is contained in:
David Pedersen
2023-09-16 22:24:00 +02:00
parent 3407de82c8
commit b3e3f42e24
3 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- None.
- **added:** Implement `IntoResponse` for `(R,) where R: IntoResponse` ([#2143])
[#2143]: https://github.com/tokio-rs/axum/pull/2143
# 0.6.20 (03. August, 2023)