Implement std::error::Error for all rejections (#153)

This commit is contained in:
David Pedersen
2021-08-07 21:03:04 +02:00
committed by GitHub
parent a38d5c3592
commit 6a82dd75ea
3 changed files with 121 additions and 10 deletions
+1
View File
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
- Make `FromRequest` default to being generic over `axum::body::Body` ([#146](https://github.com/tokio-rs/axum/pull/146))
- Implement `std::error::Error` for all rejections ([#153](https://github.com/tokio-rs/axum/pull/153))
## Breaking changes