Update decoder.rs

This commit is contained in:
Rob Ede 2021-06-03 18:22:11 +01:00 committed by GitHub
parent 1d0a7c1964
commit c3d65d6a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ where
ZstdDecoder::new(Writer::new()) ZstdDecoder::new(Writer::new())
.expect( .expect(
"Failed to create zstd decoder. This is a bug. \ "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, _ => None,