diff --git a/zlib-rs/src/deflate.rs b/zlib-rs/src/deflate.rs index f796b91..33c1a7c 100644 --- a/zlib-rs/src/deflate.rs +++ b/zlib-rs/src/deflate.rs @@ -4243,5 +4243,4 @@ mod test { // TODO: determine whether changing the aligment of this field will improve performance. const _: () = assert!(offset_of!(State, strstart) == 2824); } - }