mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-27 07:19:04 +02:00
remove BodyEncoding
trait (#2565)
This commit is contained in:
@ -68,6 +68,7 @@ impl ContentEncoding {
|
||||
}
|
||||
|
||||
impl Default for ContentEncoding {
|
||||
#[inline]
|
||||
fn default() -> Self {
|
||||
Self::Identity
|
||||
}
|
||||
|
Reference in New Issue
Block a user