mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-02 01:05:08 +02:00
chore: address clippy warnings
This commit is contained in:
@ -12,7 +12,7 @@ pub use self::{decoder::Decoder, encoder::Encoder};
|
||||
/// Special-purpose writer for streaming (de-)compression.
|
||||
///
|
||||
/// Pre-allocates 8KiB of capacity.
|
||||
pub(self) struct Writer {
|
||||
struct Writer {
|
||||
buf: BytesMut,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user