diff options
Diffstat (limited to 'ext/http/response_body.rs')
-rw-r--r-- | ext/http/response_body.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/http/response_body.rs b/ext/http/response_body.rs index 6b033ffe0..fd1203f53 100644 --- a/ext/http/response_body.rs +++ b/ext/http/response_body.rs @@ -625,6 +625,7 @@ impl PollFrame for BrotliResponseStream { } } +#[allow(clippy::print_stderr)] #[cfg(test)] mod tests { use super::*; |