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,