diff --git a/axum/CHANGELOG.md b/axum/CHANGELOG.md index d06590f6..cace7db3 100644 --- a/axum/CHANGELOG.md +++ b/axum/CHANGELOG.md @@ -313,7 +313,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 impl FromRequestParts for MyExtractor where S: Send + Sync, - B: Send + 'static, { type Rejection = StatusCode;