Skip to content

Commit b698b1a

Browse files
committed
feat: re-add Copy derive to brotli::EncoderParams
1 parent ee2acc1 commit b698b1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/brotli.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ use brotli::enc::backward_references::{BrotliEncoderMode, BrotliEncoderParams};
77
///
88
/// See the [Brotli documentation](https://www.brotli.org/encode.html#a9a8) for more information on
99
/// these parameters.
10-
#[derive(Debug, Clone, PartialEq, Eq)]
10+
11+
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
1112
pub struct EncoderParams {
1213
window_size: i32,
1314
block_size: i32,

0 commit comments

Comments
 (0)