From c3d65d6a6b5d48384a1427a7ab141d1deb57c6d2 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 3 Jun 2021 18:22:11 +0100 Subject: [PATCH] Update decoder.rs --- actix-http/src/encoding/decoder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/src/encoding/decoder.rs b/actix-http/src/encoding/decoder.rs index 066075edd..7ce1806f5 100644 --- a/actix-http/src/encoding/decoder.rs +++ b/actix-http/src/encoding/decoder.rs @@ -50,7 +50,7 @@ where ZstdDecoder::new(Writer::new()) .expect( "Failed to create zstd decoder. This is a bug. \ - Please report it to the actix-web repository." + Please report it to the actix-web repository.", ), ))), _ => None,