rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
862 stars 159 forks source link

Avoid redudant imports #398

Closed Byron closed 3 months ago

Byron commented 3 months ago

cargo check of nightly flags it, which is used for testing in libz-sys.

Fixes build error here: https://github.com/rust-lang/libz-sys/pull/187 that look like this.