rust-lang / flate2-rs

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

Avoid redudant imports #398

Closed Byron closed 8 months ago

Byron commented 8 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.