From 6d81bc360e27b90f4e62b368014d5ddf6adb5a03 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 14 Apr 2021 05:21:35 +0100 Subject: [PATCH] Update CHANGES.md --- actix-http/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index b1a22e779..84d6617f7 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -10,7 +10,7 @@ * The type parameter of `Response` no longer has a default. [#2152] * The `Message` variant of `body::Body` is now `Pin>`. [#2152] * `BodyStream` and `SizedStream` are no longer restricted to Unpin types. [#2152] -* Enum error types are marked `#[non_exhaustive]`. [#2161] +* Error enum types are marked `#[non_exhaustive]`. [#2161] ### Removed * `cookies` feature flag. [#2065]